Skip to content

Commit d074077

Browse files
committed
fix path
1 parent 71ab20d commit d074077

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

bun.lockb

0 Bytes
Binary file not shown.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"@types/lodash": "^4.17.6",
2222
"@types/node": "^20.14.9",
2323
"@vitejs/plugin-vue": "^5.0.5",
24-
"adm-zip": "^0.5.14",
24+
"adm-zip": "0.5.9",
2525
"sass": "^1.77.6",
2626
"tsx": "^4.16.5",
2727
"typescript": "^5.2.2",

vite.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export default defineConfig({
3434
}
3535
],
3636
build: {
37-
outDir: `dist/${config.default.identifier}`,
37+
outDir: `dist/`,
3838
minify: 'esbuild',
3939
lib: {
4040
entry: 'src/main.ts',

0 commit comments

Comments
 (0)