hello world post
This commit is contained in:
parent
10feea3665
commit
cce5519087
4 changed files with 30 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue