Add workspace scaffolding
Bun workspace with client sub-package, shared root tsconfig, and lockfile.
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "tiptoi-sync",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"dev": "bun --cwd client node_modules/.bin/vite --host",
|
||||
"build": "bun --cwd client run build",
|
||||
"cap:sync": "bun --cwd client node_modules/.bin/cap sync",
|
||||
"cap:android": "bun --cwd client node_modules/.bin/cap run android"
|
||||
},
|
||||
"workspaces": ["client"],
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"typescript": "^5"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user