chore: tsconfig path
This commit is contained in:
parent
5d92336500
commit
9e418621e0
3 changed files with 6 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
import { Router } from "express";
|
||||
import { createProduct, getProducts } from "@repo/db/index.ts";
|
||||
import { createProduct, getProducts } from "@repo/db/index";
|
||||
|
||||
const router = Router();
|
||||
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import { Router } from "express";
|
||||
import { getUsers, createUser } from "@repo/db/index.ts";
|
||||
import { getUsers, createUser } from "@repo/db/index";
|
||||
import { randomUUID } from "crypto";
|
||||
|
||||
const router = Router();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue