chore: fix missing server files and upgrade to Node 24 actions

This commit is contained in:
wizardchen
2026-04-11 19:32:21 +08:00
committed by lyingbug
parent ae95cb1a7a
commit 20ec1be854
2 changed files with 3 additions and 1 deletions
+1
View File
@@ -20,6 +20,7 @@ permissions:
env:
GO_VERSION: "1.24"
NODE_VERSION: "22"
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
jobs:
# ── 1. Build frontend once, share as artifact (for Web CLI) ──
+2 -1
View File
@@ -1,8 +1,9 @@
# 忽略所有隐藏文件和目录
.*
# 但不忽略示例文件
# 但不忽略特定隐藏文件和目录
!.env.example
!.gitignore
!.github/
# 敏感文件
*.pem