try with jsr:
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
import { Hono } from "hono";
|
import { Hono } from "jsr:@hono/hono";
|
||||||
import { cors } from "hono/cors";
|
import { cors } from "jsr:@hono/hono/netlify";
|
||||||
import { RegisterController } from "../../src/controllers/register";
|
import { RegisterController } from "../../src/controllers/register";
|
||||||
import { LoginController } from "../../src/controllers/login";
|
import { LoginController } from "../../src/controllers/login";
|
||||||
import { handle } from "hono/netlify";
|
import { handle } from "hono/netlify";
|
||||||
|
|||||||
Reference in New Issue
Block a user