mirror of
https://github.com/hydralauncher/hydra.git
synced 2026-01-26 04:11:02 +00:00
fix: removing unused navigate
This commit is contained in:
4
src/main/level/level.ts
Normal file
4
src/main/level/level.ts
Normal file
@@ -0,0 +1,4 @@
|
||||
import { levelDatabasePath } from "@main/constants";
|
||||
import { Level } from "level";
|
||||
|
||||
export const db = new Level(levelDatabasePath, { valueEncoding: "json" });
|
||||
Reference in New Issue
Block a user