Skip to content

Commit

Permalink
Merge pull request #23 from PiterWeb/main
Browse files Browse the repository at this point in the history
task file included
  • Loading branch information
PiterWeb authored Apr 26, 2024
2 parents e3b6711 + 1e75579 commit 319c9c4
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
version: '3'

tasks:
build:
cmds:
- wails build -platform=windows/amd64,windows/arm64,linux/amd64,linux/arm64

dev-all:
cmds:
- wails dev

dev-front:
cmds:
- cd frontend
- pnpm run dev

0 comments on commit 319c9c4

Please sign in to comment.