## # Project Title # # @file # @version 0.1 run: bunx concurrently "cd client && bun run dev" "cd server && bun run dev" # end