feat: basic message echoing
This commit is contained in:
7
makefile
7
makefile
@@ -6,16 +6,21 @@ lint:
|
||||
build:
|
||||
go build -o bin/dislate
|
||||
|
||||
dev:
|
||||
dev/watch:
|
||||
go run github.com/joho/godotenv/cmd/godotenv@v1.5.1 \
|
||||
go run github.com/air-verse/air@v1.52.2 \
|
||||
--build.cmd "go build -o tmp/bin/dislate" \
|
||||
--build.bin "tmp/bin/dislate" \
|
||||
--build.include_ext "go" \
|
||||
--build.stop_on_error "false" \
|
||||
--build.send_interrupt "true" \
|
||||
--misc.clean_on_exit true \
|
||||
-- -p $(PORT) -d
|
||||
|
||||
dev:
|
||||
go run github.com/joho/godotenv/cmd/godotenv@v1.5.1 \
|
||||
go run .
|
||||
|
||||
run: build
|
||||
./bin/dislate
|
||||
|
||||
|
||||
Reference in New Issue
Block a user