Skip to content

Commit 319c9c4

Browse files
authored
Merge pull request #23 from PiterWeb/main
task file included
2 parents e3b6711 + 1e75579 commit 319c9c4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

Taskfile.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
version: '3'
2+
3+
tasks:
4+
build:
5+
cmds:
6+
- wails build -platform=windows/amd64,windows/arm64,linux/amd64,linux/arm64
7+
8+
dev-all:
9+
cmds:
10+
- wails dev
11+
12+
dev-front:
13+
cmds:
14+
- cd frontend
15+
- pnpm run dev

0 commit comments

Comments
 (0)