mirror of
https://github.com/hex248/fonts.git
synced 2026-02-07 18:23:06 +00:00
server
This commit is contained in:
13
package.json
Normal file
13
package.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "fonts-ob-server",
|
||||
"private": true,
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "bun run src/server.ts",
|
||||
"start": "bun run src/server.ts"
|
||||
},
|
||||
"dependencies": {
|
||||
"@types/bun": "^1.3.8",
|
||||
"hono": "^4.6.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user