styling and seo
This commit is contained in:
parent
bc21240e9f
commit
c1ad1593b6
5 changed files with 72 additions and 26 deletions
|
|
@ -3,6 +3,11 @@
|
|||
"module": "index.ts",
|
||||
"type": "module",
|
||||
"private": true,
|
||||
"scripts": {
|
||||
"tw-dev": "bunx tailwindcss -i style.css -o dist/style.css --watch",
|
||||
"prev": "bunx serve dist",
|
||||
"bun-dev": "bun --watch index.ts"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@types/bun": "latest"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue