File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 4
4
"scripts" : {
5
5
"check" : " biome check ." ,
6
6
"check:ci" : " biome ci ." ,
7
- "build" : " bun download-assets && bun codegen && next build --turbopack " ,
7
+ "build" : " bun download-assets && bun codegen && next build" ,
8
8
"codegen" : " graphql-codegen --config codegen.ts" ,
9
9
"db:push" : " drizzle-kit push" ,
10
10
"deploy-worker" : " wrangler deploy misc/multi-tenancy-worker.ts --name multi-tenant-on-website --compatibility-date 2023-12-05" ,
11
- "dev" : " concurrently \" bun codegen --watch\" \" next dev --turbopack \" " ,
11
+ "dev" : " concurrently \" bun codegen --watch\" \" next dev\" " ,
12
12
"download-assets" : " bun run scripts/download-assets.ts" ,
13
13
"format" : " biome format --write ." ,
14
14
"lint" : " biome lint ." ,
Original file line number Diff line number Diff line change 11
11
--font-sans : var (--sans );
12
12
--font-mono : var (--mono );
13
13
--font-lta : var (--lta ), var (--sans );
14
+
15
+ --default-font-family : var (--sans );
16
+ --default-mono-font-family : var (--mono );
14
17
}
15
18
16
19
@theme {
You can’t perform that action at this time.
0 commit comments