run = ["npm", "run", "dev"] # 默认 spark-cli dev hidden = [".config", ".git", "scripts", "node_modules", "dist", ".spark", ".agent", ".agents", "tmp", ".spark_project", ".playwright-cli"] lint = ["npm", "run", "lint"] test = ["npm", "run", "test"] genDbSchema = ["npm", "run", "gen:db-schema"] genOpenApiClient = ["npm", "run", "gen:openapi"] [deployment] build = ["npm", "run", "build"] run = ["npm", "run", "start"] [files] [files.restrict] pathPatterns = ["client/src/api/gen", "package.json", ".spark_project", ".gitignore"] [files.hidden] pathPatterns = [".config", ".git", "scripts", "node_modules", "dist", ".spark", ".agent", ".agents", "tmp", ".spark_project", ".playwright-cli"]