astro/examples/deno/.stackblitzrc
Elian ☕️ e88b23ea52
add Astro Deno Example (#3645)
* add Astro Deno Example

* add changeset

* update pnpm lock

Co-authored-by: Dan Jutan <danjutan@gmail.com>
2022-06-21 13:07:07 -04:00

6 lines
No EOL
80 B
Text

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