merged with Axel frontend updates

This commit is contained in:
belviskhoremk
2026-04-16 21:30:51 +00:00
parent 56ce9717aa
commit 2e9eb3a76a
15 changed files with 2303 additions and 1191 deletions

View File

@@ -12,7 +12,7 @@ export default defineConfig({
},
server: {
port: 5173,
allowedHosts: ['gripple-delena-triserial.ngrok-free.dev', '127.0.0.1', 'localhost'],
allowedHosts: ['gripple-delena-triserial.ngrok-free.dev', '127.0.0.1', 'localhost', 'contexta-production-672d.up.railway.app'],
host: true
}
})