Addded: .env.example, fixed build

This commit is contained in:
2024-05-02 00:09:26 +02:00
parent 96900fd3b3
commit 3227854086
5 changed files with 19 additions and 3 deletions

View File

@@ -11,7 +11,7 @@
"start:prod": "node dist/server.js",
"tsc": "tsc -p .",
"clean": "rimraf dist",
"copy-assets": "ts-node src/utils/copyAssets",
"copy-assets": "ts-node src/utils/copy_assets",
"build": "npm-run-all clean tsc copy-assets",
"test": "npx jest . --runInBand",
"format": "npx prettier --write ."