9 lines
109 B
Makefile
9 lines
109 B
Makefile
SHELL := /bin/bash
|
|
|
|
build:
|
|
pnpm run build
|
|
pnpm run -F server dbdeploy
|
|
|
|
start:
|
|
PORT=$(PORT) pnpm run start
|