Skip to content

Commit c7235c6

Browse files
committed
revert: main package.json
1 parent 9224c45 commit c7235c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"start:db": "docker compose -f docker-compose.test.yml up -d mongodb",
66
"start:backend": "cd backend && go run src/main.go",
77
"start:frontend": "cd frontend && npm run dev",
8-
"dev": "npx concurrently \"npm run start:backend\" \"npm run start:frontend\"",
8+
"dev": "npx concurrently \"npm run start:db\" \"npm run start:backend\" \"npm run start:frontend\"",
99
"stop": "docker compose -f docker-compose.test.yml down"
1010
},
1111
"devDependencies": {

0 commit comments

Comments
 (0)