Skip to content

Commit

Permalink
envDir
Browse files Browse the repository at this point in the history
  • Loading branch information
rossrobino committed Jan 6, 2025
1 parent 4f3bd6f commit f545aa5
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tidy-feet-remember.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"domco": patch
---

fix: sets `envDir` to cwd by default
1 change: 1 addition & 0 deletions packages/domco/src/plugin/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ export const configPlugin = async (
publicDir: isSsrBuild
? false
: path.join(process.cwd(), dirNames.public),
envDir: process.cwd(),
appType: "custom",
ssr: {
target: adapter?.target,
Expand Down

0 comments on commit f545aa5

Please sign in to comment.