Skip to content

Commit 1edb77f

Browse files
committed
fix(config): with new initialisation
1 parent eeddd8e commit 1edb77f

File tree

7 files changed

+11
-10
lines changed

7 files changed

+11
-10
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
/node_modules
22
/back/node_modules
33
/front/node_modules
4-
app/node_modules
4+
/app/node_modules
5+
.env
File renamed without changes.
File renamed without changes.

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ services:
1111
command: >
1212
sh -c "npm install && npm run start"
1313
volumes:
14-
- ${PWD}/app:/app
14+
- ${PWD}/apps:/app

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
},
2323
"homepage": "https://github.com/hackariens/socketio#readme",
2424
"dependencies": {
25-
"korojscommands": "^1.2.11"
25+
"korojscommands": "^1.2.12"
2626
}
2727
}

0 commit comments

Comments
 (0)