Skip to content

Commit 6263139

Browse files
committed
fix: fix path to .env file
Bump sveltekit-adapter-aws-base to version 1.6.0
1 parent df7cf54 commit 6263139

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

adapter.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ export function adapter({
7878
await serverStack.setConfig('aws:region', { value: zoneName })
7979

8080
await serverStack.setAllConfig({
81-
projectPath: { value: '.env' },
81+
projectPath: { value: process.cwd() },
8282
serverPath: { value: server_directory },
8383
optionsPath: { value: options_directory },
8484
memorySizeStr: { value: String(MEMORY_SIZE) },

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@
6060
"folder-hash": "^4.0.4",
6161
"lodash": "^4.17.21",
6262
"minimist": "^1.2.8",
63-
"sveltekit-adapter-aws-base": "^1.5.5"
63+
"sveltekit-adapter-aws-base": "^1.6.0"
6464
},
6565
"release": {
6666
"branches": [

0 commit comments

Comments
 (0)