astro/examples/blog/.stackblitzrc

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

6 lines
80 B
Text
Raw Normal View History

2021-09-16 15:06:22 +00:00
{
"startCommand": "npm start",
"env": {
"ENABLE_CJS_IMPORTS": true
}
}