Skip to content

Commit

Permalink
Update path structure for future merge
Browse files Browse the repository at this point in the history
  • Loading branch information
SheepChef committed Nov 22, 2024
1 parent f97a697 commit 3af698c
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export default defineConfig({
outDir: "dist", // 将打包后的文件输出到 dist 目录
minify: "eslint", // 使用 terser 进行压缩
lib: {
entry: "./main.js",
entry: "./src/javascript/main.js",
name: "abracadabra-cn",
fileName: "abracadabra-cn",
},
Expand Down

0 comments on commit 3af698c

Please sign in to comment.