fix(web): import globals.css directly instead of as a URL stylesheet link

This commit is contained in:
2026-03-19 10:55:01 -04:00
parent d94ec16fae
commit 320852b035
13 changed files with 73 additions and 43 deletions
+1
View File
@@ -41,6 +41,7 @@
"build": "turbo run build",
"lint": "turbo run lint",
"format": "turbo run format",
"format:check": "turbo run format:check",
"check-types": "turbo run check-types",
"test": "turbo run test",
"generate:openapi": "bun scripts/generate-openapi-spec.ts && cd docs && bun run generate:api-docs",