mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
9db22b97b6
* Revert "Revert "Implement hydrated components in the static build (#2260)""
This reverts commit 17ac18e88c
.
* Only resolve specifiers in the static build
* Adding a changeset
* Fix the client-only test
17 lines
404 B
JSON
17 lines
404 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.22.3",
|
|
"unocss": "^0.15.5",
|
|
"vite-imagetools": "^4.0.1"
|
|
}
|
|
}
|