Skip to content

Commit cbaab7e

Browse files
committed
types(backend): fix import shortcut path missing .js
1 parent 77f3b4e commit cbaab7e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

apps/backend/src/helpers/error.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { HonoEnv } from '#src/types'
1+
import type { HonoEnv } from '#src/types.js'
22
import type { ErrorHandler } from 'hono'
33
import type { ContentfulStatusCode } from 'hono/utils/http-status'
44
import { logger } from '#src/helpers/logger.js'

apps/backend/src/helpers/factory.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import type { HonoEnv } from '#src/types'
1+
import type { HonoEnv } from '#src/types.js'
22
import { createTriggerFactory } from 'hono-adapter-aws-lambda'
33
import { createFactory } from 'hono/factory'
44

0 commit comments

Comments
 (0)