Skip to content

Commit

Permalink
feat: initial stab on posix system support
Browse files Browse the repository at this point in the history
  • Loading branch information
DASPRiD committed Sep 9, 2024
1 parent 5cdf2b9 commit 4cd4e80
Show file tree
Hide file tree
Showing 21 changed files with 2,289 additions and 1,262 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ This project uses custom `Tauri Plugins` to communicate with the hardware. These
> You **must** run the following command to install the project deps and build the plugins before running the app:
```bash
pnpm setup
pnpm run setup
```

## Available Scripts
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@tauri-apps/api": "^1.5.0",
"@tauri-apps/cli": "^1.5.1",
"@types/node": "^20.8.2",
"@types/w3c-web-serial": "^1.0.6",
"@typescript-eslint/eslint-plugin": "^6.7.4",
"@typescript-eslint/parser": "^6.7.4",
"autoprefixer": "^10.4.16",
Expand Down Expand Up @@ -83,6 +84,7 @@
"solidjs-use": "^2.3.0",
"tauri-plugin-log-api": "github:tauri-apps/tauri-plugin-log",
"tauri-plugin-request-client": "workspace:*",
"tauri-plugin-serialport-api": "github:deid84/tauri-plugin-serialport#v1.0.0",
"tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store",
"tauri-plugin-upload-api": "github:tauri-apps/tauri-plugin-upload"
}
Expand Down
19 changes: 19 additions & 0 deletions pnpm-lock.yaml

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

Loading

0 comments on commit 4cd4e80

Please sign in to comment.