arreglado error de joi🤮

This commit is contained in:
2025-08-14 01:15:56 -03:00
parent 5bb456179f
commit 8d23c74bce
4 changed files with 448 additions and 10 deletions

11
makefile Normal file
View File

@@ -0,0 +1,11 @@
##
# Project Title
#
# @file
# @version 0.1
run:
bunx concurrently "cd client && bun run dev" "cd server && bun run dev"
# end