fix doc dir for monorepo

This commit is contained in:
Fred K. Schott 2021-07-15 14:33:06 -04:00
parent 8e4f2c234a
commit 56e945810c
3 changed files with 665 additions and 36 deletions

View file

@ -1,5 +1,5 @@
{
"name": "@astrojs/docs-template",
"name": "docs",
"version": "0.0.2",
"private": true,
"scripts": {
@ -13,7 +13,7 @@
},
"devDependencies": {
"@snowpack/plugin-dotenv": "^2.1.0",
"astro": "^0.17.2",
"astro": "^0.18.0-next.1",
"broken-link-checker": "^0.7.8",
"npm-run-all": "^4.1.5",
"prettier": "^2.3.2",

View file

@ -4,4 +4,5 @@ export default {
'~': './src',
},
plugins: ['@snowpack/plugin-dotenv'],
};
workspaceRoot: '../',
};

694
yarn.lock

File diff suppressed because it is too large Load diff