Skip to content

Commit

Permalink
feat: require SvelteKit 2 and Node 18
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffrich committed Dec 21, 2023
1 parent 94145c8 commit 7d6bb69
Show file tree
Hide file tree
Showing 5 changed files with 118 additions and 491 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ export default {
}
},
platform: {
apiRuntime: 'node:18'
apiRuntime: 'node:20'
}
}
})
Expand Down
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export function generateConfig(customStaticWebAppConfig, appDir) {
rewrite: ssrFunctionRoute
},
platform: {
apiRuntime: 'node:16',
apiRuntime: 'node:18',
...customStaticWebAppConfig.platform
}
};
Expand Down
Loading

0 comments on commit 7d6bb69

Please sign in to comment.