move to using /src - still css issue work
All checks were successful
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Successful in 31s

This commit is contained in:
2025-11-12 15:06:15 -08:00
parent 4ac9c1aa3f
commit 9bb90d31a8
4 changed files with 2 additions and 2 deletions

0
postcss.config.mjs Normal file
View File

0
tailwind.config.ts Normal file
View File

View File

@@ -21,7 +21,7 @@
"jsx": "react-jsx",
"paths": {
"@/*": [
"./*"
"./src/*"
]
},
"allowImportingTsExtensions": true,

View File

@@ -19,7 +19,7 @@ const viteConfig = defineViteConfig({
},
resolve: {
alias: {
'@': path.resolve(__dirname, '.'),
'@': path.resolve(__dirname, './src'),
}
},
});