config: add snowpack workspace root to starter (#399)
This commit is contained in:
parent
9d3cd49410
commit
2d7abd3ab4
1 changed files with 3 additions and 0 deletions
|
@ -8,5 +8,8 @@
|
|||
},
|
||||
"devDependencies": {
|
||||
"astro": "^0.13.0"
|
||||
},
|
||||
"snowpack": {
|
||||
"workspaceRoot": "../.."
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue