mirror of
https://github.com/System-End/moodtracker-elite.git
synced 2026-04-19 16:38:22 +00:00
add files
This commit is contained in:
parent
b5addbe1f0
commit
9c73568569
3 changed files with 1504 additions and 1 deletions
1
main.js
1
main.js
|
|
@ -11,7 +11,6 @@ const {
|
|||
const path = require("path");
|
||||
const fs = require("fs");
|
||||
const sqlite3 = require("sqlite3").verbose();
|
||||
|
||||
let mainWindow;
|
||||
let tray;
|
||||
let db;
|
||||
|
|
|
|||
1501
pnpm-lock.yaml
generated
Normal file
1501
pnpm-lock.yaml
generated
Normal file
File diff suppressed because it is too large
Load diff
3
pnpm-workspace.yaml
Normal file
3
pnpm-workspace.yaml
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
onlyBuiltDependencies:
|
||||
- electron
|
||||
- sqlite3
|
||||
Loading…
Add table
Reference in a new issue