Skip to content

Commit 845df4b

Browse files
committed
fix things
1 parent 6476ac3 commit 845df4b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

epicshop/epic-me/workers/db/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="../../worker-configuration.d.ts" />
1+
/// <reference path="../../types/worker-configuration.d.ts" />
22

33
import { z } from 'zod'
44
import {

epicshop/epic-me/workers/db/migrations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/// <reference path="../../worker-configuration.d.ts" />
1+
/// <reference path="../../types/worker-configuration.d.ts" />
22

33
import { sql } from './utils.ts'
44

0 commit comments

Comments
 (0)