styling and seo

This commit is contained in:
Satria 2026-05-27 20:48:03 +07:00
commit c1ad1593b6
5 changed files with 72 additions and 26 deletions

View file

@ -3,6 +3,11 @@
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch",
"prev": "bunx serve dist",
"bun-dev": "bun --watch index.ts"
},
"devDependencies": {
"@types/bun": "latest"
},