node-blog/初始化数据.bat
2025-06-24 11:42:12 +08:00

4 lines
65 B
Batchfile

@echo off
echo 正在初始化数据库...
node db/init.js
pause