initial commit. Cloned timetracker repository
This commit is contained in:
11
taskfiles/build.yml
Normal file
11
taskfiles/build.yml
Normal file
@@ -0,0 +1,11 @@
|
||||
version: "3"
|
||||
|
||||
tasks:
|
||||
|
||||
prod:
|
||||
desc: Production build
|
||||
aliases: [b]
|
||||
cmds:
|
||||
- bun --cwd=./bo run build
|
||||
- templ generate
|
||||
- go build -tags embed -o {{.BUILD_DIR}}/{{.PROJECT}} ./app/cmd/main.go
|
||||
Reference in New Issue
Block a user