diff --git a/src/server/index.ts b/src/server/index.ts index 91faa86..efda680 100644 --- a/src/server/index.ts +++ b/src/server/index.ts @@ -1,7 +1,7 @@ import { Hono } from "hono"; import { serve } from '@hono/node-server'; import { serveStatic } from '@hono/node-server/serve-static'; -import { cors } from '@hono/cors'; +import { cors } from 'hono/cors'; import { rpcApp } from "./routes/rpc.js"; import { caldavApp } from "./routes/caldav.js";