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