Angh0r
Angh0r
NNuxt
Created by Angh0r on 4/15/2025 in #❓・help
Nuxt UI v3 as layer
base app simply extends that layer
11 replies
NNuxt
Created by Angh0r on 4/15/2025 in #❓・help
Nuxt UI v3 as layer
I understand that tilda is an issue but whateeve I've tried to put there error is always the same: [11:26:38] ERROR Pre-transform error: Failed to resolve import "~/assets/css/main.css" from "virtual:nuxt:...
11 replies
NNuxt
Created by Angh0r on 4/15/2025 in #❓・help
Nuxt UI v3 as layer
nuxt-ui-layer nuxt.config:
export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
css: ['~/assets/css/main.css'],

devtools: { enabled: true },
modules: ["@nuxt/eslint", "@nuxt/ui"],
})
export default defineNuxtConfig({
future: {
compatibilityVersion: 4,
},
css: ['~/assets/css/main.css'],

devtools: { enabled: true },
modules: ["@nuxt/eslint", "@nuxt/ui"],
})
11 replies