try with jsr:
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user