diff --git a/package.json b/package.json index a9e6ae3b8..79be9a180 100644 --- a/package.json +++ b/package.json @@ -69,6 +69,7 @@ "rollup": "^4.6.0", "rollup-plugin-esbuild": "^6.1.0", "send": "^0.18.0", + "tailwindcss": "^3.4.1", "tar-stream": "^3.1.6", "tsx": "~4.2.1", "ws": "^8.14.2" diff --git a/src/render.ts b/src/render.ts index 420973a53..480370718 100644 --- a/src/render.ts +++ b/src/render.ts @@ -81,6 +81,17 @@ if (location.pathname.endsWith("/")) { `) : "" } + + +