Skip to content

Commit

Permalink
added support for tauri app
Browse files Browse the repository at this point in the history
  • Loading branch information
Louis R. Couture committed Aug 9, 2023
1 parent 0960270 commit 5f01fea
Show file tree
Hide file tree
Showing 40 changed files with 4,888 additions and 636 deletions.
131 changes: 0 additions & 131 deletions dist/bundle.js

This file was deleted.

366 changes: 213 additions & 153 deletions node_modules/.package-lock.json

Large diffs are not rendered by default.

850 changes: 573 additions & 277 deletions package-lock.json

Large diffs are not rendered by default.

5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,13 1,16 @@
{
"scripts": {
"build": "webpack --config webpack.config.js"
"build": "webpack --config webpack.config.js",
"tauri": "tauri"
},
"dependencies": {
"@tauri-apps/api": "^1.4.0",
"localforage": "^1.10.0",
"lodash": "^4.17.21",
"webpack": "^5.74.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.4.0",
"jest": "^29.1.2",
"webpack-cli": "^4.10.0"
}
Expand Down
3 changes: 3 additions & 0 deletions src-tauri/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 1,3 @@
# Generated by Cargo
# will have compiled files and executables
/target/
Loading

0 comments on commit 5f01fea

Please sign in to comment.