chore: .gitignore and package.json
This commit is contained in:
parent
2a5cb909b5
commit
4669e1c0d4
3
.gitignore
vendored
3
.gitignore
vendored
@ -14,7 +14,8 @@ app/**
|
||||
settings.json
|
||||
comic_config.json
|
||||
**/comic_config.json
|
||||
compiled/
|
||||
compile/
|
||||
compile/**
|
||||
deploy-scripts/
|
||||
|
||||
.pnpm-store/**
|
||||
|
@ -6,7 +6,7 @@
|
||||
"scripts": {
|
||||
"compile": "swc src --out-dir compile",
|
||||
"dev": "nodemon -r @swc-node/register --enable-source-maps --exec node app.ts",
|
||||
"start": "node compile/app.js"
|
||||
"start": "node compile/src/app.js"
|
||||
},
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
|
Loading…
Reference in New Issue
Block a user