updated debug paths
This commit is contained in:
Vendored
+2
-2
@@ -6,7 +6,7 @@
|
||||
"type": "shell",
|
||||
"command": "source $HOME/.nvm/nvm.sh && nvm use && npm run start",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/ipwa"
|
||||
"cwd": "${workspaceFolder}/frontend"
|
||||
},
|
||||
"presentation": {
|
||||
"group": "ipwa-app",
|
||||
@@ -18,7 +18,7 @@
|
||||
"type": "shell",
|
||||
"command": "trap 'docker compose stop mongodb' SIGINT EXIT; docker compose up -d mongodb && source $HOME/.nvm/nvm.sh && nvm use && ATLAS_URI=mongodb://localhost:27017/ipwa SECRET=CHANGE_ME npx tsx watch --inspect .",
|
||||
"options": {
|
||||
"cwd": "${workspaceFolder}/ipwa-backend"
|
||||
"cwd": "${workspaceFolder}/backend"
|
||||
},
|
||||
"presentation": {
|
||||
"group": "ipwa-app",
|
||||
|
||||
Generated
+1
-1
@@ -6,7 +6,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "backend2",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"bcryptjs": "^2.4.3",
|
||||
|
||||
Generated
+3
-3
@@ -6,7 +6,7 @@
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "ipwa",
|
||||
"version": "2.0.0",
|
||||
"version": "2.1.0",
|
||||
"license": "GPL-3.0-or-later",
|
||||
"dependencies": {
|
||||
"@angular/animations": "^20.0.2",
|
||||
@@ -4623,7 +4623,7 @@
|
||||
"version": "22.15.30",
|
||||
"resolved": "https://registry.npmjs.org/@types/node/-/node-22.15.30.tgz",
|
||||
"integrity": "sha512-6Q7lr06bEHdlfplU6YRbgG1SFBdlsfNC4/lX+SkhiTs0cpJkOElmWls8PxDFv4yY/xKb8Y6SO0OmSX4wgqTZbA==",
|
||||
"devOptional": true,
|
||||
"dev": true,
|
||||
"dependencies": {
|
||||
"undici-types": "~6.21.0"
|
||||
}
|
||||
@@ -11372,7 +11372,7 @@
|
||||
"version": "6.21.0",
|
||||
"resolved": "https://registry.npmjs.org/undici-types/-/undici-types-6.21.0.tgz",
|
||||
"integrity": "sha512-iwDZqg0QAGrg9Rav5H4n0M64c3mkR59cJ6wQp+7C4nI0gsmExaedaYLNO44eT4AtBBwjbTiGPMlt2Md0T9H9JQ==",
|
||||
"devOptional": true
|
||||
"dev": true
|
||||
},
|
||||
"node_modules/unique-filename": {
|
||||
"version": "5.0.0",
|
||||
|
||||
Reference in New Issue
Block a user