mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-16 14:10:52 +01:00
refactored install dialog
This commit is contained in:
@ -1,5 +1,7 @@
|
||||
//import tailwindcss from '@tailwindcss/vite'
|
||||
|
||||
import { fileURLToPath } from 'node:url'
|
||||
|
||||
// https://nuxt.com/docs/api/configuration/nuxt-config
|
||||
export default defineNuxtConfig({
|
||||
compatibilityDate: '2025-07-15',
|
||||
@ -7,6 +9,12 @@ export default defineNuxtConfig({
|
||||
|
||||
srcDir: './src',
|
||||
|
||||
alias: {
|
||||
'@bindings': fileURLToPath(
|
||||
new URL('./src-tauri/bindings', import.meta.url),
|
||||
),
|
||||
},
|
||||
|
||||
app: {
|
||||
pageTransition: {
|
||||
name: 'fade',
|
||||
|
||||
Reference in New Issue
Block a user