kinaiok commited on
Commit ·
393403c
1
Parent(s): 5ef6e9d
Fix: Add missing Replit vite plugins to catalog
Browse files- pnpm-workspace-hf.yaml +3 -0
pnpm-workspace-hf.yaml
CHANGED
|
@@ -5,6 +5,9 @@ packages:
|
|
| 5 |
- scripts
|
| 6 |
|
| 7 |
catalog:
|
|
|
|
|
|
|
|
|
|
| 8 |
'@tailwindcss/vite': ^4.1.14
|
| 9 |
'@tanstack/react-query': ^5.90.21
|
| 10 |
'@types/node': ^25.3.3
|
|
|
|
| 5 |
- scripts
|
| 6 |
|
| 7 |
catalog:
|
| 8 |
+
'@replit/vite-plugin-cartographer': ^0.5.1
|
| 9 |
+
'@replit/vite-plugin-dev-banner': ^0.1.1
|
| 10 |
+
'@replit/vite-plugin-runtime-error-modal': ^0.0.6
|
| 11 |
'@tailwindcss/vite': ^4.1.14
|
| 12 |
'@tanstack/react-query': ^5.90.21
|
| 13 |
'@types/node': ^25.3.3
|