astro/examples/framework-alpine/.stackblitzrc

6 lines
80 B
Text
Raw Normal View History

{
"startCommand": "npm start",
"env": {
"ENABLE_CJS_IMPORTS": true
}
}