ba5e2b5e6c
* Checkpoint, basics are working * Add the `--experimental-ssr` flag * Adds the changeset * Fixes population of getStaticPaths results * Pass through the imported module * Route manifest test * Fix remaining tests * Fix remaining tests * Copy server assets over * Fix types * Allowing passing in the request to the Node version of App * Improve the example app * Gets CI to pass
18 lines
436 B
JSON
18 lines
436 B
JSON
{
|
|
"name": "@example/fast-build",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev --experimental-static-build",
|
|
"start": "astro dev",
|
|
"build": "astro build --experimental-static-build",
|
|
"scan-build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.23.0-next.6",
|
|
"preact": "~10.6.5",
|
|
"unocss": "^0.15.5",
|
|
"vite-imagetools": "^4.0.1"
|
|
}
|
|
}
|