mirror of
https://github.com/hex248/sprint.git
synced 2026-02-07 18:23:03 +00:00
added github link to landing page
This commit is contained in:
10
package.json
10
package.json
@@ -1,14 +1,11 @@
|
||||
{
|
||||
"name": "issue-monorepo",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
],
|
||||
"devDependencies": {
|
||||
"typescript": "~5.8.3",
|
||||
"concurrently": "^9.1.0"
|
||||
},
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev:frontend": "bun --filter @issue/frontend dev",
|
||||
"dev:frontend:tauri": "bun --filter @issue/frontend tauri",
|
||||
@@ -16,5 +13,8 @@
|
||||
"dev": "concurrently -n FRONTEND,BACKEND -c blue,green \"bun dev:frontend\" \"bun dev:backend\"",
|
||||
"dev:desktop": "concurrently -n TAURI,BACKEND -c magenta,green \"bun dev:frontend:tauri\" \"bun dev:backend\"",
|
||||
"reset-and-seed": "bun --filter @issue/backend db:reset && bun --filter @issue/backend db:seed"
|
||||
}
|
||||
},
|
||||
"workspaces": [
|
||||
"packages/*"
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user