Wire admin studio SSR and search infrastructure

This commit is contained in:
2026-05-01 11:46:06 +02:00
parent 257b0dbef6
commit 18cea8b0f0
329 changed files with 197465 additions and 2741 deletions

View File

@@ -3,7 +3,8 @@
"private": true,
"type": "module",
"scripts": {
"build": "vite build",
"build": "vite build && vite build --ssr",
"build:ssr": "vite build --ssr",
"dev": "vite",
"test:ui": "vitest run",
"test:e2e": "playwright test",