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",
|
"tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch",
|
||||||
"prev": "bunx serve dist",
|
"prev": "bunx serve dist",
|
||||||
"deploy": "bunx wrangler deploy --assets=./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"
|
"dev": "bun --watch index.ts"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue