Skip to content

Commit

Permalink
core: frontend: vite.config: Use blueos-avahi over blueos
Browse files Browse the repository at this point in the history
-avahi is available over all network interfaces

Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Jan 16, 2024
1 parent d1bdd0f commit 1919cc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ const { name } = require('./package.json')

process.env.PROJECT_NAME = name
process.env.VITE_BUILD_DATE = new Date().toLocaleString()
const DEFAULT_ADDRESS = 'http://blueos.local/'
const DEFAULT_ADDRESS = 'http://blueos-avahi.local/'
const SERVER_ADDRESS = process.env.BLUEOS_ADDRESS ?? DEFAULT_ADDRESS

const path = require('path')
Expand Down

0 comments on commit 1919cc4

Please sign in to comment.