chore: ignore update
This commit is contained in:
parent
ab2f73af70
commit
aa943d68e4
2
.gitignore
vendored
2
.gitignore
vendored
@ -14,6 +14,8 @@ app/**
|
|||||||
settings.json
|
settings.json
|
||||||
comic_config.json
|
comic_config.json
|
||||||
**/comic_config.json
|
**/comic_config.json
|
||||||
|
compiled/
|
||||||
|
deploy-scripts/
|
||||||
|
|
||||||
.pnpm-store/**
|
.pnpm-store/**
|
||||||
.env
|
.env
|
@ -4,9 +4,9 @@
|
|||||||
"description": "",
|
"description": "",
|
||||||
"main": "build/app.js",
|
"main": "build/app.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"compile": "swc src --out-dir dist",
|
"compile": "swc src --out-dir compile",
|
||||||
"dev": "nodemon -r @swc-node/register --enable-source-maps --exec node app.ts",
|
"dev": "nodemon -r @swc-node/register --enable-source-maps --exec node app.ts",
|
||||||
"start": "node dist/app.js"
|
"start": "node compile/app.js"
|
||||||
},
|
},
|
||||||
"author": "",
|
"author": "",
|
||||||
"license": "ISC",
|
"license": "ISC",
|
||||||
|
Loading…
Reference in New Issue
Block a user