ci: docker_tag=ext - Fix Vite allowedHosts configuration for external access
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 55s

This commit is contained in:
4NK CI Bot 2025-09-21 21:35:42 +00:00
parent c1e3a5a588
commit 67fc87314e

View File

@ -58,6 +58,8 @@ export default defineConfig({
cachedChecks: false,
},
port: 3003,
host: '0.0.0.0',
allowedHosts: ['dev4.4nkweb.com', 'localhost', '127.0.0.1'],
proxy: {
'/storage': {
target: 'https://demo.4nkweb.com',