daily backup 2026-09-14

This commit is contained in:
Adolfo Reyna
2026-09-14 22:40:15 -04:00
parent 30f9148adb
commit 4fe483f68f
12 changed files with 199 additions and 16 deletions
+4 -2
View File
@@ -7,8 +7,10 @@ export default defineConfig({
host: '0.0.0.0',
port: 5173,
hmr: {
clientPort: 5173,
// overlay shows errors on DSI too
// Caddy terminates TLS and proxies WebSocket upgrades from the public dev URL.
host: 'elias.reynafamily.com',
protocol: 'wss',
clientPort: 443,
overlay: true
},
cors: true