try with jsr:

This commit is contained in:
Matteo Rosati
2026-01-26 15:52:04 +01:00
parent 9cc83be629
commit 17ef8735d0

View File

@@ -1,5 +1,5 @@
import { Hono } from "hono";
import { cors } from "hono/cors";
import { Hono } from "jsr:@hono/hono";
import { cors } from "jsr:@hono/hono/netlify";
import { RegisterController } from "../../src/controllers/register";
import { LoginController } from "../../src/controllers/login";
import { handle } from "hono/netlify";