We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f6df657 commit bf4e250Copy full SHA for bf4e250
apps/desktop/src/app.css
@@ -1,3 +1,6 @@
1
@import "tailwindcss";
2
3
-@plugin "daisyui";
+@plugin "daisyui" {
4
+ /* biome-ignore lint/correctness/noUnknownProperty: daisyui config */
5
+ logs: false;
6
+}
tasks/web.Procfile
@@ -1,2 +1,2 @@
web: bun run:web
-convex: bun run:convex
+convex: cd .. && bun convex dev
0 commit comments