chore(turborepo): initial setup and config, move db to package
This commit is contained in:
17
package.json
Normal file
17
package.json
Normal file
@ -0,0 +1,17 @@
|
||||
{
|
||||
"packageManager": "bun@1.2.17",
|
||||
"devDependencies": {
|
||||
"turbo": "^2.5.4"
|
||||
},
|
||||
"workspaces": [
|
||||
"apps/*",
|
||||
"packages/*"
|
||||
],
|
||||
"scripts": {
|
||||
"dev": "turbo run dev",
|
||||
"build": "turbo run build",
|
||||
"check-types": "turbo run check-types",
|
||||
"lint": "turbo run lint",
|
||||
"format": "turbo run format"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user