chore(src): 🔧 Update CSS files in src directory

Co-Authored-By: Lilith Autocommit <noreply@atlilith.com>
This commit is contained in:
Lilith 2026-02-01 22:13:04 -08:00
parent fedf6c77a9
commit 4e6b2bf944
4 changed files with 5 additions and 1 deletions

View file

@ -9,6 +9,10 @@ body {
height: 100%;
font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
'Helvetica Neue', Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
overflow-x: hidden;

View file

@ -99,7 +99,7 @@ export default defineConfig({
env: {
VITE_API_URL: 'http://localhost:3001/api',
VITE_MARKETPLACE_API_URL: 'http://localhost:3001/api',
VITE_SSO_URL: 'http://localhost:3001/api',
VITE_SSO_URL: 'http://localhost:3001',
VITE_DISABLE_DEV_OVERLAY: 'true',
},
},