add logo and version release information
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user