feat: replace Tailwind CDN with self-hosted pre-built CSS
This commit is contained in:
@@ -79,6 +79,7 @@ const dashDir = resolve(import.meta.dir, "../dashboard");
|
||||
export const dashboard = new Elysia()
|
||||
.get("/dashboard/app.js", () => Bun.file(`${dashDir}/app.js`))
|
||||
.get("/dashboard/app.css", () => Bun.file(`${dashDir}/app.css`))
|
||||
.get("/dashboard/tailwind.css", () => Bun.file(`${dashDir}/tailwind.css`))
|
||||
.get("/dashboard/query-builder.js", () => Bun.file(`${dashDir}/query-builder.js`))
|
||||
|
||||
// Login page
|
||||
|
||||
Reference in New Issue
Block a user