mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
try android build
This commit is contained in:
@ -88,9 +88,13 @@ export default defineNuxtConfig({
|
||||
// Enable SSG
|
||||
ssr: false,
|
||||
// Enables the development server to be discoverable by other devices when running on iOS physical devices
|
||||
devServer: { host: process.env.TAURI_DEV_HOST || 'localhost', port: 3003 },
|
||||
devServer: {
|
||||
host: process.env.TAURI_DEV_HOST || '0.0.0.0',
|
||||
},
|
||||
|
||||
vite: {
|
||||
base: './',
|
||||
|
||||
plugins: [tailwindcss()],
|
||||
// Better support for Tauri CLI output
|
||||
clearScreen: false,
|
||||
@ -103,4 +107,4 @@ export default defineNuxtConfig({
|
||||
strictPort: true,
|
||||
},
|
||||
},
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user