chore: update dependencies and build scripts
- Updated @moonrepo/cli to version 2.2.5 and typescript to version 6.0.3 in package.json and shared package.json. - Modified build script in package.json to run shared, api, and web builds. - Removed unnecessary type and language declarations from shared moon.yml. - Added ignoreDeprecations option in tsconfig.base.json to handle TypeScript 6.0 deprecations.
This commit is contained in:
@@ -17,11 +17,14 @@
|
||||
}
|
||||
|
||||
* {
|
||||
@apply border-border;
|
||||
border-color: hsl(var(--border));
|
||||
}
|
||||
|
||||
body {
|
||||
@apply bg-background text-foreground antialiased;
|
||||
background-color: hsl(var(--background));
|
||||
color: hsl(var(--foreground));
|
||||
-webkit-font-smoothing: antialiased;
|
||||
-moz-osx-font-smoothing: grayscale;
|
||||
font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user