Skip to content

Commit

Permalink
chore: update deps and remove dayisyui (we're making our own ui lib)
Browse files Browse the repository at this point in the history
  • Loading branch information
IncognitoTGT committed Jul 15, 2024
1 parent 8e559ae commit 6d27e26
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 72 deletions.
5 changes: 2 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"@tomphttp/bare-server-node": "^2.0.3",
"astro": "^4.11.5",
"fastify": "^4.28.0",
"lucide-astro": "^0.407.0",
"lucide-astro": "^0.408.0",
"mime": "^4.0.4",
"tailwindcss": "^3.4.4",
"tsx": "^4.15.7",
Expand All @@ -35,8 +35,7 @@
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/node": "^20.14.8",
"daisyui": "^4.12.10",
"prettier": "^3.3.2",
"prettier": "^3.3.3",
"prettier-plugin-astro": "^0.14.0"
}
}
73 changes: 19 additions & 54 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 3 additions & 8 deletions src/global.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,7 @@
}

@layer base {
body {
/* background-image: var(--background-image); */
@apply h-full font-sans bg-background text-text;
}

* {
@apply border-border;
}
body {
@apply h-full;
}
}
2 changes: 1 addition & 1 deletion src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ import { ViewTransitions } from "astro:transitions";
window.addEventListener("DOMContentLoaded", () => {
if ("serviceWorker" in navigator) {
navigator.serviceWorker.ready.then(() => {
SetTransport("EpxMod.EpoxyClient", {
SetTransport("EpxMod.default", {
wisp: `${location.protocol.replace("http", "ws")}//${location.host}/f/`,
});
});
Expand Down
6 changes: 0 additions & 6 deletions tailwind.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,4 @@ module.exports = {
},
},
},
daisyui: {
prefix: "d-",
},
plugins: [
// require("daisyui")
],
};

0 comments on commit 6d27e26

Please sign in to comment.