fix proxy + file upload

This commit is contained in:
grngxd 2025-06-08 10:05:05 +01:00
parent db68058d5b
commit 5453d49c92
4 changed files with 92 additions and 9 deletions

View file

@ -11,6 +11,7 @@
"build": "qwik build",
"build.client": "vite build",
"build.preview": "vite build --ssr src/entry.preview.tsx",
"build.server": "vite build -c adapters/static/vite.config.ts",
"build.types": "tsc --incremental --noEmit",
"deploy": "echo 'Run \"npm run qwik add\" to install a server adapter'",
"dev": "vite --mode ssr",