move to using /src - still css issue work
Some checks failed
Deploy to Web Server flyer-crawler.projectium.com / deploy (push) Failing after 22s

This commit is contained in:
2025-11-12 16:55:10 -08:00
parent 12970d371d
commit dcac08e737
5 changed files with 23 additions and 30 deletions

View File

@@ -18,8 +18,7 @@ const vitestConfig = defineVitestConfig({
const viteConfig = defineViteConfig({
plugins: [react()],
// THE 'css' BLOCK IS REMOVED to allow for standard auto-discovery.
// We will now rely on vite build --debug to prove it finds postcss.config.js.
// No explicit 'css' block. Let Vite do its job.
server: {
port: 3000,