mirror of
https://github.com/hay-kot/homebox.git
synced 2025-08-04 08:40:28 +00:00
update build paths
This commit is contained in:
parent
64b5c0b1db
commit
a0109a992e
2 changed files with 2 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -3,7 +3,6 @@ backend/.data/*
|
||||||
config.yml
|
config.yml
|
||||||
homebox.db
|
homebox.db
|
||||||
.idea
|
.idea
|
||||||
|
|
||||||
.DS_Store
|
.DS_Store
|
||||||
test-mailer.json
|
test-mailer.json
|
||||||
node_modules
|
node_modules
|
||||||
|
@ -32,6 +31,7 @@ node_modules
|
||||||
go.work
|
go.work
|
||||||
.task/
|
.task/
|
||||||
backend/.env
|
backend/.env
|
||||||
|
build/*
|
||||||
|
|
||||||
# Output Directory for Nuxt/Frontend during build step
|
# Output Directory for Nuxt/Frontend during build step
|
||||||
backend/app/api/public/*
|
backend/app/api/public/*
|
||||||
|
|
|
@ -77,7 +77,7 @@ tasks:
|
||||||
go:build:
|
go:build:
|
||||||
desc: Builds the backend binary
|
desc: Builds the backend binary
|
||||||
cmds:
|
cmds:
|
||||||
- cd backend && go build -o ../bin/backend ./app/api
|
- cd backend && go build -o ../build/backend ./app/api
|
||||||
|
|
||||||
db:generate:
|
db:generate:
|
||||||
desc: Run Entgo.io Code Generation
|
desc: Run Entgo.io Code Generation
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue