mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Use --experimental-ssr
This commit is contained in:
parent
95c75e583b
commit
723cb4e9b5
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@
|
||||||
"generate": "npm run clone-readme && npm run build-lists && npm run generate-nuxt && npm run generate-eleventy",
|
"generate": "npm run clone-readme && npm run build-lists && npm run generate-nuxt && npm run generate-eleventy",
|
||||||
"build-lists": "npm run test-prebuild && node -r esm build-lists.js",
|
"build-lists": "npm run test-prebuild && node -r esm build-lists.js",
|
||||||
"dev-astro": "astro dev",
|
"dev-astro": "astro dev",
|
||||||
"generate-astro": "astro build",
|
"generate-astro": "astro build --experimental-ssr",
|
||||||
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",
|
"generate-nuxt": "NODE_OPTIONS=--max-old-space-size=60000 nuxt generate",
|
||||||
"generate-eleventy": "node --max-old-space-size=60000 -r esm node_modules/.bin/eleventy --quiet",
|
"generate-eleventy": "node --max-old-space-size=60000 -r esm node_modules/.bin/eleventy --quiet",
|
||||||
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
|
"generate-postcss": "ENV=production postcss assets/css/tailwind.css --o static/tailwind.css",
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue