Skip to content

Commit bf4e250

Browse files
committed
small fix
1 parent f6df657 commit bf4e250

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

apps/desktop/src/app.css

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
@import "tailwindcss";
22

3-
@plugin "daisyui";
3+
@plugin "daisyui" {
4+
/* biome-ignore lint/correctness/noUnknownProperty: daisyui config */
5+
logs: false;
6+
}

tasks/web.Procfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
web: bun run:web
2-
convex: bun run:convex
2+
convex: cd .. && bun convex dev

0 commit comments

Comments
 (0)