chore: Updated package for server and client
a8b74d69
2 file(s) · +3 −0
| 18 | 18 | "react": "^19.0.0", |
|
| 19 | 19 | "react-dom": "^19.0.0", |
|
| 20 | 20 | "shared": "workspace:*", |
|
| 21 | + | "server": "workspace:*", |
|
| 21 | 22 | "tailwind-merge": "^3.2.0", |
|
| 22 | 23 | "tailwindcss": "^4.1.5" |
|
| 23 | 24 | }, |
| 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" |