7d719ff75d
* create initial docs site * change copy for title and header to say Astro Docs * create initial docs site * remove text merge changes * change workspaceRoot and remove yarn.lock from docs-www * add docs-www to workspace Co-authored-by: Kitto Khrangtong <kitto@queensboro.com>
15 lines
No EOL
236 B
JSON
15 lines
No EOL
236 B
JSON
{
|
|
"name": "docs-www",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"scripts": {
|
|
"start": "astro dev",
|
|
"build": "astro build"
|
|
},
|
|
"devDependencies": {
|
|
"astro": "^0.13.0"
|
|
},
|
|
"snowpack": {
|
|
"workspaceRoot": ".."
|
|
}
|
|
} |