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 9302428 commit 1d67c55
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.3",
"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 @@ -4,7 +4,6 @@ import {nodeCli} from "vite-config-silverwind";
export default defineConfig(nodeCli({
url: import.meta.url,
build: {
ssr: true,
target: "node18",
minify: false,
},
Expand Down

0 comments on commit 1d67c55

Please sign in to comment.