You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is virtual-module.astro a test page for fake integration named astro-integration-kit
if so ,why there is prefix virtual:? since we build this lib under package and pnpm add to playground ,it should use its name?
where does this /config come from, i dont find it in source code or install node_modules either
import config from "virtual:astro-integration-kit-playground/config"
// @ts-ignore
import simple from "virtual:playground/simple"
// @ts-ignore
import arraySimple from "virtual:playground/array-simple"
// @ts-ignore
import arrayComplex from "virtual:playground/array-complex"
The text was updated successfully, but these errors were encountered:
Hey! This repository is a bit special and not the best example for the template as it's not an integration. https://github.com/florian-lefebvre/astro-als is a better example I think
where does this /config come from, i dont find it in source code or install node_modules either
import config from "virtual:astro-integration-kit-playground/config"
// @ts-ignore
import simple from "virtual:playground/simple"
// @ts-ignore
import arraySimple from "virtual:playground/array-simple"
// @ts-ignore
import arrayComplex from "virtual:playground/array-complex"
The text was updated successfully, but these errors were encountered: