add logo and version release information

This commit is contained in:
Warp Agent
2025-12-26 18:10:19 +00:00
parent ec0ba85958
commit 8e77130c62
5 changed files with 79 additions and 12 deletions

View File

@@ -13,6 +13,11 @@ export default defineConfig({
server: {
host: '0.0.0.0', // Listen on all interfaces to allow access via IP address
port: 3000,
allowedHosts: [
'atlas-demo.avt.data-center.id',
'localhost',
'.localhost',
],
proxy: {
'/api': {
target: 'http://localhost:8080',