Skip to content

Commit 5cc3eba

Browse files
committed
fix: update pnpm workspace configuration to allow builds for specified dependencies
1 parent 7457dec commit 5cc3eba

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

adminforth/spa/pnpm-workspace.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
2-
ignoredBuiltDependencies:
3-
- esbuild
4-
1+
allowBuilds:
2+
'@parcel/watcher': true
3+
esbuild: true
4+
vue-demi: true

0 commit comments

Comments
 (0)