wing highlighting

This commit is contained in:
2024-06-27 17:55:50 +05:00
parent d499a1dd13
commit ef425137ba
9 changed files with 298 additions and 76 deletions
+1 -1
View File
@@ -1,2 +1,2 @@
PORT=3002
PORT=4002
REFRESH_TOKEN=1000.da3146d49fa8a399f0c635e74954ff9c.e010dbb1bb605d7e1aa5bf7fc0521f8b
+1 -1
View File
@@ -1,7 +1,7 @@
module.exports = {
apps: [
{
name: "irth-server:3002",
name: "irth-server:4002",
script: "./dist",
},
],
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "nodemon --exec node --inspect --import=./register.js ./src/index.ts",
"dev": "nodemon --exec node --import=./register.js ./src/index.ts",
"build": "npx tsc --project ./",
"start": "node ./dist/index.js"
},