Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.

Commit 03e4a61

Browse files
committed
SvelteKit requires Node 14
1 parent 2b78571 commit 03e4a61

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/frameworks/svelte-kit.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
"directory": "build"
1818
},
1919
"staticAssetsDirectory": "static",
20-
"env": {},
20+
"env": {
21+
"AWS_LAMBDA_JS_RUNTIME": "nodejs14.x",
22+
"NODE_VERSION": "14"
23+
},
2124
"plugins": []
2225
}

0 commit comments

Comments
 (0)