zone reduction tick working kinda

This commit is contained in:
2024-04-17 18:55:08 +00:00
parent 40241311ee
commit 46ce93e84e
5 changed files with 86 additions and 33 deletions

14
traque-back/.vscode/launch.json vendored Normal file
View File

@@ -0,0 +1,14 @@
{
// Use IntelliSense to learn about possible attributes.
// Hover to view descriptions of existing attributes.
// For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
"version": "0.2.0",
"configurations": [
{
"command": "sudo npm start",
"name": "Run npm start",
"request": "launch",
"type": "node-terminal"
},
]
}