wing + filter

This commit is contained in:
2024-06-24 19:18:39 +05:00
parent b1bd436ab7
commit a651ab552e
31 changed files with 1572 additions and 528 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "nodemon --exec node --import=./register.js ./src/index.ts",
"dev": "nodemon --exec node --inspect --import=./register.js ./src/index.ts",
"build": "npx tsc --project ./",
"start": "node ./dist/index.js"
},