fix: move main.js to root dir, fix ncc build error

ref: https://github.com/vercel/ncc/issues/791
This commit is contained in:
Akkuman
2023-12-01 17:03:41 +08:00
parent 8e3a904f48
commit 17144997f2
6 changed files with 127 additions and 327 deletions

3
dist/package.json vendored Normal file
View File

@ -0,0 +1,3 @@
{
"type": "module"
}