ff92be637f
* add "astro preview" command * Update green-buttons-reflect.md * Update cli-reference.md
17 lines
304 B
JSON
17 lines
304 B
JSON
{
|
|
"name": "@example/minimal",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.20.0"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": "../.."
|
|
}
|
|
}
|