chore: Updated package for server and client
84820136
2 file(s) · +3 −0
| 14 | 14 | "react": "^19.0.0", |
|
| 15 | 15 | "react-dom": "^19.0.0", |
|
| 16 | 16 | "shared": "workspace:*", |
|
| 17 | + | "server": "workspace:*", |
|
| 17 | 18 | "tailwindcss": "^4.1.5" |
|
| 18 | 19 | }, |
|
| 19 | 20 | "devDependencies": { |
| 1 | 1 | { |
|
| 2 | 2 | "name": "server", |
|
| 3 | 3 | "version": "0.0.1", |
|
| 4 | + | "main": "dist/index.js", |
|
| 5 | + | "types": "dist/index.d.ts", |
|
| 4 | 6 | "scripts": { |
|
| 5 | 7 | "build": "tsc", |
|
| 6 | 8 | "dev": "bun run --hot src/index.ts" |