Fixes to strange bars on mobile, and addition of server which currently powers a new Last.FM-based music tracker.
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m20s
All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 1m20s
This commit is contained in:
parent
c65b8465b5
commit
be5a61185b
8 changed files with 662 additions and 1251 deletions
13
package.json
13
package.json
|
@ -4,19 +4,28 @@
|
|||
"version": "0.0.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"start": "bun src/server.ts",
|
||||
"dev": "concurrently \"bun run --hot src/server.ts\" \"vite build --watch\"",
|
||||
"build": "vite build",
|
||||
"preview": "vite preview"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify/json": "^2.2.367",
|
||||
"bun-types": "latest",
|
||||
"concurrently": "^9.2.0",
|
||||
"unplugin-icons": "^22.2.0",
|
||||
"vite": "^7.1.0"
|
||||
},
|
||||
"dependencies": {
|
||||
"@elysiajs/eden": "^1.3.2",
|
||||
"@elysiajs/static": "^1.3.0",
|
||||
"@fontsource-variable/exo-2": "^5.2.6",
|
||||
"@fontsource-variable/inter": "^5.2.6",
|
||||
"@tailwindcss/vite": "^4.1.11",
|
||||
"elysia": "^1.3.8",
|
||||
"tailwindcss": "^4.1.11"
|
||||
}
|
||||
},
|
||||
"trustedDependencies": [
|
||||
"@tailwindcss/oxide"
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue