diff --git a/frontend/bun.lockb b/frontend/bun.lockb index ad827d9..c55ca7b 100755 Binary files a/frontend/bun.lockb and b/frontend/bun.lockb differ diff --git a/frontend/nuxt.config.ts b/frontend/nuxt.config.ts index e9295ac..8b81d14 100644 --- a/frontend/nuxt.config.ts +++ b/frontend/nuxt.config.ts @@ -4,6 +4,9 @@ export default defineNuxtConfig({ // Enables the development server to be discoverable by other devices for mobile development devServer: { host: '0.0.0.0', port: 1420 }, devtools: { enabled: true }, + modules: [ + '@nuxtjs/tailwindcss', + ], // Disable SSR for Tauri ssr: false, vite: { diff --git a/frontend/package.json b/frontend/package.json index 61c34e7..6e05dc4 100644 --- a/frontend/package.json +++ b/frontend/package.json @@ -13,5 +13,8 @@ "nuxt": "^3.13.0", "vue": "latest", "vue-router": "latest" + }, + "devDependencies": { + "@nuxtjs/tailwindcss": "^6.12.1" } } \ No newline at end of file