Skip to content

Commit

Permalink
[examples/basics] move database initializer
Browse files Browse the repository at this point in the history
  • Loading branch information
koyopro committed Dec 29, 2024
1 parent 991dcc8 commit 0ca1f56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { initAccelRecord } from "accel-record";
import { getDatabaseConfig } from "../models";
import { getDatabaseConfig } from "../../models";

export default async () => {
await initAccelRecord(getDatabaseConfig());
Expand Down

0 comments on commit 0ca1f56

Please sign in to comment.