finished client + added docker compose builds for client and server
Co-authored-by: Copilot <copilot@github.com>
This commit is contained in:
@@ -1,8 +1,15 @@
|
||||
{
|
||||
"name": "@turborepo-starter-project/server",
|
||||
"version": "1.0.50",
|
||||
"exports": {
|
||||
".": {
|
||||
"import": "./src/index.ts",
|
||||
"require": "./src/index.ts"
|
||||
}
|
||||
},
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1",
|
||||
"start": "bun run src/index.ts",
|
||||
"dev": "bun run --watch src/index.ts",
|
||||
"db:generate": "drizzle-kit generate",
|
||||
"db:migrate": "drizzle-kit migrate",
|
||||
|
||||
Reference in New Issue
Block a user