12 lines
131 B
Makefile
12 lines
131 B
Makefile
##
|
|
# Project Title
|
|
#
|
|
# @file
|
|
# @version 0.1
|
|
|
|
run:
|
|
bunx concurrently "cd client && bun run dev" "cd server && bun run dev"
|
|
|
|
|
|
# end
|