diff options
author | 2021-06-12 00:05:53 +0100 | |
---|---|---|
committer | 2021-06-12 00:05:53 +0100 | |
commit | 2d7abd3ab4c4e9f066de32ff6e5880cde66071b7 (patch) | |
tree | f30d14ee1d316c6ac59a214f1b88f5069405348b | |
parent | 9d3cd494106ea09f0d80acde487f250a0480cfd3 (diff) | |
download | astro-2d7abd3ab4c4e9f066de32ff6e5880cde66071b7.tar.gz astro-2d7abd3ab4c4e9f066de32ff6e5880cde66071b7.tar.zst astro-2d7abd3ab4c4e9f066de32ff6e5880cde66071b7.zip |
config: add snowpack workspace root to starter (#399)
-rw-r--r-- | examples/starter/package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/examples/starter/package.json b/examples/starter/package.json index a795e746a..a4a287b86 100644 --- a/examples/starter/package.json +++ b/examples/starter/package.json @@ -8,5 +8,8 @@ }, "devDependencies": { "astro": "^0.13.0" + }, + "snowpack": { + "workspaceRoot": "../.." } } |