mirror of
https://github.com/rgrgogu/new_starr.git
synced 2026-09-27 00:12:54 +08:00
asset viewer now viewing on tabs
Tabs is better for this yay Signed-off-by: Kenneth Obsequio <k80308392@gmail.com>
This commit is contained in:
+3
-1
@@ -5,7 +5,9 @@
|
||||
"scripts": {
|
||||
"dev": "concurrently -n api,web -c blue,green \"pnpm --filter api dev\" \"pnpm --filter web dev\"",
|
||||
"build": "pnpm --filter web build",
|
||||
"start": "pnpm --filter api start"
|
||||
"start": "pnpm --filter api start",
|
||||
"test": "pnpm --filter api test",
|
||||
"test:ci": "pnpm --filter e2e test"
|
||||
},
|
||||
"devDependencies": {
|
||||
"concurrently": "^9.2.1"
|
||||
|
||||
Reference in New Issue
Block a user