mirror of
https://github.com/bewcloud/bewcloud.git
synced 2026-03-11 08:54:49 +00:00
Bring back start (no breaking changes)
This commit is contained in:
parent
75af687518
commit
40d227dcc6
1 changed files with 7 additions and 3 deletions
10
Makefile
10
Makefile
|
|
@ -1,8 +1,8 @@
|
|||
SHELL := /bin/bash
|
||||
|
||||
.PHONY: preview
|
||||
preview:
|
||||
deno task preview
|
||||
.PHONY: start
|
||||
start:
|
||||
deno task start
|
||||
|
||||
.PHONY: format
|
||||
format:
|
||||
|
|
@ -24,3 +24,7 @@ migrate-db:
|
|||
.PHONY: exec-db
|
||||
exec-db:
|
||||
docker exec -it -u postgres $(shell basename $(CURDIR))-postgresql-1 psql
|
||||
|
||||
.PHONY: preview
|
||||
preview:
|
||||
deno task preview
|
||||
|
|
|
|||
Loading…
Reference in a new issue