redesign fully scaffolded and web login works

This commit is contained in:
2026-03-17 20:10:47 -04:00
parent b9cc397e05
commit f6bd22a8ef
143 changed files with 17317 additions and 693 deletions

View File

@@ -0,0 +1,17 @@
---
apiVersion: apps/v1
kind: Deployment
metadata:
name: ai-web
spec:
template:
spec:
containers:
- name: ai-web
image: dexorder/ai-web:latest
imagePullPolicy: Never
env:
- name: VITE_GATEWAY_URL
value: "/api"
- name: VITE_WS_URL
value: "ws://dexorder.local/api/ws/chat"