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
@@ -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"
},