fix: details

This commit is contained in:
hypercross 2025-03-30 12:49:39 +08:00
parent ea70047996
commit 3796714238
3 changed files with 3 additions and 3 deletions

2
.gitignore vendored
View File

@ -1,2 +1,2 @@
/node_modules/ /node_modules/
/dist/ /Gen/

View File

@ -4,7 +4,7 @@
"main": "index.js", "main": "index.js",
"scripts": { "scripts": {
"build": "rspack build", "build": "rspack build",
"dev": "rspack dev" "dev": "rspack --watch"
}, },
"author": "", "author": "",
"license": "ISC", "license": "ISC",

View File

@ -1 +1 @@
console.log("blah"); console.log("bler");