Skip to content

Commit

Permalink
ye makes more sense like this
Browse files Browse the repository at this point in the history
  • Loading branch information
DeepDoge committed Aug 1, 2024
1 parent 6d01b4c commit 053df2c
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 15 deletions.
7 changes: 0 additions & 7 deletions modules/database/package.json

This file was deleted.

7 changes: 0 additions & 7 deletions modules/database/src/tsconfig.json

This file was deleted.

2 changes: 1 addition & 1 deletion modules/service/src/db.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { AddressHex, Bytes32Hex } from "@root/app/src/utils/hex";
import { DB } from "@root/database";
import { bigint, object, string, unknown } from "zod";
import { DB } from "~/utils/db";
export const db = DB.create("eternis.posts")
.version(1, {
KV: DB.ModelBuilder()
Expand Down
File renamed without changes.

0 comments on commit 053df2c

Please sign in to comment.