Skip to content

Commit 0a6c430

Browse files
authored
Merge pull request #12 from progzone122/rewrite-tauri
Rewrite to tauri
2 parents 1b0eca6 + f62ff35 commit 0a6c430

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+5668
-856
lines changed

.gitattributes

Lines changed: 0 additions & 2 deletions
This file was deleted.

.gitignore

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,10 @@
1-
/target
1+
.DS_Store
2+
node_modules
3+
/build
4+
/.svelte-kit
5+
/package
6+
.env
7+
.env.*
8+
!.env.example
9+
vite.config.js.timestamp-*
10+
vite.config.ts.timestamp-*

.vscode/extensions.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"recommendations": [
3+
"svelte.svelte-vscode",
4+
"tauri-apps.tauri-vscode",
5+
"rust-lang.rust-analyzer"
6+
]
7+
}

.vscode/settings.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
{
2+
"svelte.enable-ts-plugin": true
3+
}

bun.lockb

82.1 KB
Binary file not shown.

images/cloudflare-icon.png

-5.52 KB
Binary file not shown.

images/error.png

-5.63 KB
Binary file not shown.

images/github-icon.png

-9.94 KB
Binary file not shown.

images/iced-icon.png

-11.8 KB
Binary file not shown.

images/rust-icon.png

-11.4 KB
Binary file not shown.

0 commit comments

Comments
 (0)