Skip to content

Commit 317cb35

Browse files
committed
feat(app): move projects incl. tasks
1 parent 592a2e4 commit 317cb35

File tree

19 files changed

+393
-45
lines changed

19 files changed

+393
-45
lines changed

build/icons/1024x1024.png

43.1 KB
Loading

build/icons/128x128.png

0 Bytes
Loading

build/icons/16x16.png

0 Bytes
Loading

build/icons/256x256.png

0 Bytes
Loading

build/icons/32x32.png

0 Bytes
Loading

build/icons/48x48.png

0 Bytes
Loading

build/icons/512x512.png

0 Bytes
Loading

build/icons/64x64.png

0 Bytes
Loading

bun.lock

Lines changed: 70 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

electron-builder.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ directories:
66
files:
77
- 'build/**'
88
- 'out/**/*'
9-
- 'node_modules/better-sqlite3/**/*'
9+
- 'node_modules/@libsql/**/*'
1010
- 'node_modules/bindings/**/*'
1111
- 'node_modules/file-uri-to-path/**/*'
1212
- 'node_modules/prebuild-install/**/*'
@@ -19,7 +19,7 @@ files:
1919
- '!drizzle/**'
2020
asar: true
2121
asarUnpack:
22-
- 'node_modules/better-sqlite3/**/*'
22+
- 'node_modules/@libsql/**/*'
2323
- 'node_modules/bindings/**/*'
2424
- 'node_modules/file-uri-to-path/**/*'
2525
- 'node_modules/prebuild-install/**/*'

0 commit comments

Comments
 (0)