Skip to content
This repository has been archived by the owner on Apr 6, 2023. It is now read-only.

Commit

Permalink
add workspaceDir too
Browse files Browse the repository at this point in the history
  • Loading branch information
pi0 committed Nov 3, 2022
1 parent 6d96d82 commit bf0013e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/schema/src/config/vite.ts
Expand Up @@ -69,6 +69,7 @@ export default defineUntypedSchema({
await get('buildDir'),
await get('srcDir'),
await get('rootDir'),
await get('workspaceDir'),
...(await get('modulesDir')),
...val ?? []
]
Expand Down

0 comments on commit bf0013e

Please sign in to comment.