config: add snowpack workspace root to starter (#399)

This commit is contained in:
duncanhealy 2021-06-12 00:05:53 +01:00 committed by GitHub
parent 9d3cd49410
commit 2d7abd3ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,5 +8,8 @@
}, },
"devDependencies": { "devDependencies": {
"astro": "^0.13.0" "astro": "^0.13.0"
},
"snowpack": {
"workspaceRoot": "../.."
} }
} }