mirror of
https://github.com/Luzifer/ots.git
synced 2026-01-06 10:35:41 -05:00
gev: Run code instead of producing a binary
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
401d79c7b5
commit
b447417d0f
1 changed files with 1 additions and 2 deletions
3
Tiltfile
3
Tiltfile
|
|
@ -23,7 +23,6 @@ local_resource(
|
|||
# Rebuild and run Go webserver on code changes
|
||||
local_resource(
|
||||
'server',
|
||||
cmd='go build .',
|
||||
deps=[
|
||||
'api.go',
|
||||
'frontend',
|
||||
|
|
@ -35,7 +34,7 @@ local_resource(
|
|||
'go.mod', 'go.sum',
|
||||
],
|
||||
ignore=['ots', 'src'],
|
||||
serve_cmd='./ots --listen=:15641',
|
||||
serve_cmd='go run . --listen=:15641',
|
||||
serve_env={
|
||||
'CUSTOMIZE': 'customize.yaml',
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue