try with relative imports
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
import { Hono } from "hono";
|
||||
import { cors } from "hono/cors";
|
||||
import { RegisterController } from "@/controllers/register";
|
||||
import { LoginController } from "@/controllers/login";
|
||||
import { RegisterController } from "../../src/controllers/register";
|
||||
import { LoginController } from "../../src/controllers/login";
|
||||
import { handle } from "hono/netlify";
|
||||
|
||||
const app = new Hono().basePath("/api");
|
||||
|
||||
Reference in New Issue
Block a user