Skip to content
This repository was archived by the owner on Mar 31, 2025. It is now read-only.

Commit 3af698c

Browse files
committed
Update path structure for future merge
1 parent f97a697 commit 3af698c

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

main.js src/javascript/main.js

File renamed without changes.
File renamed without changes.
File renamed without changes.

utils.js src/javascript/utils.js

File renamed without changes.

vite.config.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export default defineConfig({
77
outDir: "dist", // 将打包后的文件输出到 dist 目录
88
minify: "eslint", // 使用 terser 进行压缩
99
lib: {
10-
entry: "./main.js",
10+
entry: "./src/javascript/main.js",
1111
name: "abracadabra-cn",
1212
fileName: "abracadabra-cn",
1313
},

0 commit comments

Comments
 (0)