We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2200d44 commit f556548Copy full SHA for f556548
vite.config.ts
@@ -4,6 +4,6 @@ import {nodeCli} from "vite-config-silverwind";
4
export default defineConfig(nodeCli({
5
url: import.meta.url,
6
build: {
7
- target: "node18",
+ target: "node20",
8
},
9
}));
0 commit comments