mirror of
https://github.com/skidoodle/pastebin
synced 2025-10-14 09:44:48 +02:00
update ports
This commit is contained in:
4
Makefile
4
Makefile
@@ -1,6 +1,6 @@
|
||||
dev:
|
||||
@go tool templ generate
|
||||
@go run . -addr=":3000" -max-size=32768
|
||||
@go run . -addr=":6969" -max-size=32768
|
||||
|
||||
gen:
|
||||
@go tool templ generate
|
||||
@@ -10,4 +10,4 @@ test:
|
||||
|
||||
run:
|
||||
@go build .
|
||||
@./pastebin -addr=0.0.0.0:8080 -max-size=32768
|
||||
@./pastebin -addr=:3000 -max-size=32768
|
||||
|
||||
Reference in New Issue
Block a user