deployment

This commit is contained in:
2025-07-30 21:01:02 -04:00
parent 31da3ae21c
commit fb6394ee0e
3 changed files with 23 additions and 16 deletions

8
Makefile Normal file
View File

@@ -0,0 +1,8 @@
SHELL := /bin/bash
build:
pnpm install
pnpm run build
deploy:
pnpm run start