chore: normalize structure—remove nested app/, consolidate under app/, drop redundant top-level dirs
This commit is contained in:
parent
9a04893909
commit
fadf94002c
2 changed files with 2 additions and 5 deletions
|
|
@ -1,3 +0,0 @@
|
||||||
@import "tailwindcss";
|
|
||||||
@import "@nuxt/ui";
|
|
||||||
|
|
||||||
|
|
@ -13,8 +13,8 @@ export default defineNuxtConfig({
|
||||||
strict: true,
|
strict: true,
|
||||||
},
|
},
|
||||||
|
|
||||||
// Global CSS (use app/ path due to Nuxt 4 app/ srcDir handling)
|
// Global CSS (use srcDir-relative path)
|
||||||
css: ["/app/assets/css/main.css"],
|
css: ["~/assets/css/main.css"],
|
||||||
|
|
||||||
// PostCSS configured separately
|
// PostCSS configured separately
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue