Skip to content

Commit

Permalink
Update vite config
Browse files Browse the repository at this point in the history
  • Loading branch information
silverwind committed May 27, 2024
1 parent 427c7e1 commit 6326b5f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
10 changes: 5 additions & 5 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"typescript-config-silverwind": "4.3.2",
"versions": "12.1.0",
"vite": "5.2.11",
"vite-config-silverwind": "2.1.1",
"vite-config-silverwind": "2.1.4",
"vitest": "1.6.0",
"vitest-config-silverwind": "9.0.6"
}
Expand Down
1 change: 0 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,5 @@ export default defineConfig(nodeCli({
url: import.meta.url,
build: {
target: "node18",
minify: false,
},
}));

0 comments on commit 6326b5f

Please sign in to comment.