Fix jwt-token

This commit is contained in:
2025-08-17 05:49:39 +02:00
parent 0f6ea2b840
commit bd375b52a1
8 changed files with 700 additions and 0 deletions

View File

@@ -3,6 +3,7 @@ import react from '@vitejs/plugin-react'
export default defineConfig({
plugins: [react()],
base: process.env.NODE_ENV === 'production' ? '/drones/' : '/',
server: {
port: 3000,
proxy: {