xy-server/start_db.bat
2025-04-23 09:34:08 +08:00

6 lines
55 B
Batchfile

@echo off
color 2
title 数据库
ts-node dbserv.ts
pause