feat(dev): add local auth bypass mode
Some checks failed
continuous-integration/drone/pr Build is failing

This commit is contained in:
2026-05-02 15:32:48 -04:00
parent 00faf9cea8
commit a950d50440
10 changed files with 140 additions and 5 deletions

View File

@@ -4,6 +4,7 @@ import react from '@vitejs/plugin-react';
export default defineConfig({
plugins: [react()],
server: {
allowedHosts: ['lin-va-terminal'],
proxy: {
'/api': {
target: 'http://localhost:8585',