changed files depending on the old folder "app" to the new folder "src"
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import * as db from "../app/sql";
|
||||
import * as db from "../src/sql";
|
||||
|
||||
const query = db.db.query("DELETE FROM events;");
|
||||
query.run();
|
||||
Reference in New Issue
Block a user