mirror of
https://github.com/withastro/astro.git
synced 2024-12-23 21:53:55 -05:00
b81abd5b2c
* Add CSS bundling * Add Changeset * Update build script * Count better * Fix stats * Cleanup * Add test * Show profile ms under 750ms
11 lines
170 B
JSON
11 lines
170 B
JSON
{
|
|
"name": "www",
|
|
"version": "1.1.0",
|
|
"scripts": {
|
|
"start": "astro dev .",
|
|
"build": "astro build ."
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.0.12"
|
|
}
|
|
}
|