Skip to content

Commit 6d78b09

Browse files
committed
Update folder structure
1 parent e8c048f commit 6d78b09

File tree

5 files changed

+5640
-7
lines changed

5 files changed

+5640
-7
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
target/

.vscode/tasks.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"type": "shell",
77
"command": "docker compose -f compose.yaml up",
88
"options": {
9-
"cwd": "${workspaceFolder}/app"
9+
"cwd": "${workspaceFolder}/packages/app"
1010
},
1111
"problemMatcher": [],
1212
"isBackground": true,
@@ -20,7 +20,7 @@
2020
"type": "shell",
2121
"command": "docker compose -f compose.yaml down",
2222
"options": {
23-
"cwd": "${workspaceFolder}/app"
23+
"cwd": "${workspaceFolder}/packages/app"
2424
},
2525
"problemMatcher": [],
2626
"presentation": {
@@ -33,7 +33,7 @@
3333
"type": "shell",
3434
"command": "cargo run",
3535
"options": {
36-
"cwd": "${workspaceFolder}/app"
36+
"cwd": "${workspaceFolder}/packages/app"
3737
},
3838
"problemMatcher": [],
3939
"isBackground": true,
@@ -47,7 +47,7 @@
4747
"type": "shell",
4848
"command": "bacon",
4949
"options": {
50-
"cwd": "${workspaceFolder}/app"
50+
"cwd": "${workspaceFolder}/packages/app"
5151
},
5252
"problemMatcher": [],
5353
"isBackground": true,

0 commit comments

Comments
 (0)