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
Some checks failed
Build and Push Docker image (ext) / docker (push) Failing after 55s
This commit is contained in:
parent
c1e3a5a588
commit
67fc87314e
@ -58,6 +58,8 @@ export default defineConfig({
|
|||||||
cachedChecks: false,
|
cachedChecks: false,
|
||||||
},
|
},
|
||||||
port: 3003,
|
port: 3003,
|
||||||
|
host: '0.0.0.0',
|
||||||
|
allowedHosts: ['dev4.4nkweb.com', 'localhost', '127.0.0.1'],
|
||||||
proxy: {
|
proxy: {
|
||||||
'/storage': {
|
'/storage': {
|
||||||
target: 'https://demo.4nkweb.com',
|
target: 'https://demo.4nkweb.com',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user