First merge from develop to main (WIP) #7

Merged
sugar merged 199 commits from develop into main 2026-01-27 17:47:07 +00:00
Showing only changes of commit d46af028dc - Show all commits

View File

@@ -25,6 +25,8 @@ export default defineConfig({
proxy: {
'/api': 'http://10.0.0.10:8000',
},
allowedHosts: ['dev.sne.moe'],
host: '0.0.0.0',
port: 5173,
allowedHosts: ['test.sne.moe'],
},
});