[feature] migrate to monorepo
This commit is contained in:
commit
05ddc1f783
267 changed files with 75165 additions and 0 deletions
13
package.json
Normal file
13
package.json
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "tss-rocks",
|
||||
"private": true,
|
||||
"workspaces": [
|
||||
"api",
|
||||
"frontend"
|
||||
],
|
||||
"scripts": {
|
||||
"api:build": "pnpm --filter @tss-rocks/api build",
|
||||
"dev": "pnpm --filter @tss-rocks/frontend dev",
|
||||
"build": "pnpm api:build && pnpm --filter @tss-rocks/frontend build"
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue