Perf improvements and billing updates

This commit is contained in:
giancarlo
2024-03-26 16:49:11 +08:00
parent 8626ea30c7
commit 4032aed827
39 changed files with 1261 additions and 1090 deletions

View File

@@ -19,7 +19,6 @@ const config = {
'^@supabase/supabase-js$',
'^@supabase/gotrue-js$',
'<THIRD_PARTY_MODULES>',
'^@packages/(.*)$',
'^@kit/(.*)$',
'^~/(.*)$', // app-specific imports
'^[./]', // relative imports

View File

@@ -3,7 +3,7 @@ import { fontFamily } from 'tailwindcss/defaultTheme';
export default {
darkMode: ['class'],
content: ['../../packages/**/*.{ts,tsx}', '../../apps/**/*.{ts,tsx}'],
content: ['../../packages/**/*.tsx', '../../apps/**/*.tsx'],
theme: {
container: {
center: true,