Skip to content

Commit

Permalink
Tauri build for circumventing CORS in project download
Browse files Browse the repository at this point in the history
  • Loading branch information
invpt committed Mar 16, 2024
1 parent 8fb6ec8 commit 569c703
Show file tree
Hide file tree
Showing 34 changed files with 4,836 additions and 31 deletions.
222 changes: 222 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

7 changes: 6 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,12 @@
"start": "vite",
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
"serve": "vite preview",
"tauri": "tauri"
},
"license": "MIT",
"devDependencies": {
"@tauri-apps/cli": "^2.0.0-beta.9",
"@types/uuid": "^9.0.8",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"eslint": "^8.57.0",
Expand All @@ -26,6 +28,9 @@
},
"dependencies": {
"@solidjs/router": "^0.12.5",
"@tauri-apps/api": "^2.0.0-beta.4",
"@tauri-apps/plugin-fs": "^2.0.0-beta.2",
"@tauri-apps/plugin-http": "^2.0.0-beta.2",
"@turf/circle": "^6.5.0",
"hash-wasm": "^4.11.0",
"idb": "^8.0.0",
Expand Down
4 changes: 4 additions & 0 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Generated by Cargo
# will have compiled files and executables
/target/
/gen/schemas
Loading

0 comments on commit 569c703

Please sign in to comment.