增加打包脚本

This commit is contained in:
hanxuanyu 2024-03-28 14:50:07 +08:00
parent ad802057be
commit 320c5d1f22
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
# 脚本名称 # 脚本名称
SCRIPT_NAME="your_script.py" SCRIPT_NAME="db_migrate.py"
# 打包后的输出目录 # 打包后的输出目录
DIST_DIR="./dist" DIST_DIR="./dist"