fix: details
This commit is contained in:
parent
ea70047996
commit
3796714238
|
|
@ -1,2 +1,2 @@
|
|||
/node_modules/
|
||||
/dist/
|
||||
/Gen/
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "rspack build",
|
||||
"dev": "rspack dev"
|
||||
"dev": "rspack --watch"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
|
|
|||
|
|
@ -1 +1 @@
|
|||
console.log("blah");
|
||||
console.log("bler");
|
||||
|
|
|
|||
Loading…
Reference in New Issue