wrangler and ci setup

This commit is contained in:
Satria 2026-06-03 20:50:34 +07:00
commit 10feea3665
5 changed files with 13 additions and 2 deletions

View file

@ -5,8 +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",
"bun-dev": "bun --watch index.ts"
"deploy": "bunx wrangler deploy --assets=./dist",
"build": "bunx tailwindcss -i style.css -o dist/style.css && bun index.ts"
},
"devDependencies": {
"@types/bun": "latest"