chore(api): add favicon.ico

This commit is contained in:
taskylizard 2024-08-28 18:02:42 +00:00
parent 934ebcf65a
commit 864c45c9f6
No known key found for this signature in database
GPG key ID: 1820131ED1A24120
2 changed files with 1 additions and 0 deletions

BIN
api/public/favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.6 KiB

View file

@ -7,6 +7,7 @@
},
"scripts": {
"api:build": "nitropack build",
"api:deploy": "wrangler deploy",
"api:dev": "nitropack dev",
"api:prepare": "nitropack prepare",
"api:preview": "node .output/server/index.mjs",