@lovelybunch/api 1.0.21 → 1.0.22

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -120,6 +120,7 @@ if (staticPath) {
120
120
  app.use('/assets/*', serveStatic({ root: staticPath }));
121
121
  // Serve specific static files
122
122
  app.use('/vite.svg', serveStatic({ root: staticPath }));
123
+ app.use('/coconut.svg', serveStatic({ root: staticPath }));
123
124
  app.use('/favicon.ico', serveStatic({ root: staticPath }));
124
125
  }
125
126
  // Serve index.html for all non-API, non-WebSocket routes (SPA routing) - LAST
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lovelybunch/api",
3
- "version": "1.0.21",
3
+ "version": "1.0.22",
4
4
  "type": "module",
5
5
  "main": "dist/server-with-static.js",
6
6
  "exports": {
@@ -32,8 +32,8 @@
32
32
  "dependencies": {
33
33
  "@hono/node-server": "^1.13.7",
34
34
  "@hono/node-ws": "^1.0.6",
35
- "@lovelybunch/core": "^1.0.21",
36
- "@lovelybunch/types": "^1.0.21",
35
+ "@lovelybunch/core": "^1.0.22",
36
+ "@lovelybunch/types": "^1.0.22",
37
37
  "dotenv": "^17.2.1",
38
38
  "fuse.js": "^7.0.0",
39
39
  "gray-matter": "^4.0.3",