Skip to content

Commit

Permalink
chore: wip tauri
Browse files Browse the repository at this point in the history
  • Loading branch information
glennmichael123 committed Nov 19, 2022
1 parent 9245ef0 commit 71227bc
Show file tree
Hide file tree
Showing 24 changed files with 3,599 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .stacks/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,8 @@
"lint": "eslint ..",
"lint:fix": "eslint .. --fix",
"serve": "pnpm stacks serve",
"serve:native": "tauri dev",
"serve:build": "vite build -c ./core/build/vue-components.ts && tauri build",
"serve:pages": "pnpm run dev:pages",
"serve:functions": "pnpm run dev:functions",
"make": "pnpm stacks make",
Expand Down Expand Up @@ -149,6 +151,11 @@
},
"web-types": "./web-types.json",
"dependencies": {
"@stacksjs/buddy": "workspace:*"
"@stacksjs/buddy": "workspace:*",
"@tauri-apps/api": "^1.2.0",
"unified-network": "^0.5.0"
},
"devDependencies": {
"@tauri-apps/cli": "^1.2.0"
}
}
3 changes: 3 additions & 0 deletions .stacks/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 71227bc

Please sign in to comment.