mirror of
https://github.com/steveiliop56/tinyauth.git
synced 2026-03-30 10:27:55 +00:00
refactor: allow root domain app urls for testing
This commit is contained in:
2
Makefile
2
Makefile
@@ -13,6 +13,8 @@ BIN_NAME := tinyauth-$(GOARCH)
|
||||
DEV_COMPOSE := $(shell test -f "docker-compose.test.yml" && echo "docker-compose.test.yml" || echo "docker-compose.dev.yml" )
|
||||
PROD_COMPOSE := $(shell test -f "docker-compose.test.prod.yml" && echo "docker-compose.test.prod.yml" || echo "docker-compose.example.yml" )
|
||||
|
||||
.DEFAULT_GOAL := binary
|
||||
|
||||
# Deps
|
||||
deps:
|
||||
bun install --cwd frontend
|
||||
|
||||
Reference in New Issue
Block a user