hello world post

This commit is contained in:
Satria 2026-06-03 20:51:38 +07:00
commit cce5519087
4 changed files with 30 additions and 3 deletions

View file

@ -5,10 +5,10 @@
"private": true,
"scripts": {
"tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch",
"bun-dev": "bun --watch index.ts",
"prev": "bunx serve dist",
"deploy": "bunx wrangler deploy --assets=./dist",
"build": "bunx tailwindcss -i style.css -o dist/style.css && bun index.ts"
"build": "bunx tailwindcss -i style.css -o dist/style.css && bun index.ts",
"dev": "bun --watch index.ts"
},
"devDependencies": {
"@types/bun": "latest"