This commit is contained in:
parent
a61830bf5d
commit
abf08561f9
1 changed files with 1 additions and 1 deletions
|
|
@ -7,7 +7,7 @@
|
|||
"tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch",
|
||||
"prev": "bunx serve dist",
|
||||
"deploy": "bunx wrangler deploy --assets=./dist",
|
||||
"build": "bunx tailwindcss -i style.css -o dist/style.css && bun index.ts",
|
||||
"build": "bun index.ts && bunx tailwindcss -i style.css -o dist/style.css",
|
||||
"dev": "bun --watch index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue