style: fix syntax to run with bun

Signed-off-by: Tân Một Nắng <hoangductan1999@gmail.com>
This commit is contained in:
Tân Một Nắng
2023-09-17 21:25:14 +07:00
committed by GitHub
parent 8cc2b97796
commit 106a871976
+1 -1
View File
@@ -5,7 +5,7 @@
"node": "16 || 18"
},
"scripts": {
"dev": "concurrently \"yarn start\" \"yarn start-backend\"",
"dev": "concurrently 'yarn start' 'yarn start-backend'",
"start": "yarn workspace example-app start",
"start-backend": "yarn workspace example-backend start",
"build:backend": "yarn workspace example-backend build",