mirror of
https://iceshrimp.dev/blueb/Chuckya-fe-standalone.git
synced 2026-01-14 06:53:15 -08:00
17 lines
254 B
YAML
17 lines
254 B
YAML
|
|
# Note: You must restart bin/webpack-dev-server for changes to take effect
|
||
|
|
|
||
|
|
default: &default
|
||
|
|
enabled: true
|
||
|
|
host: localhost
|
||
|
|
port: 8080
|
||
|
|
|
||
|
|
development:
|
||
|
|
<<: *default
|
||
|
|
|
||
|
|
test:
|
||
|
|
<<: *default
|
||
|
|
enabled: false
|
||
|
|
|
||
|
|
production:
|
||
|
|
<<: *default
|
||
|
|
enabled: false
|