Commit Graph

8 Commits

Author SHA1 Message Date
Yuzhong Zhang 41b7d7f06a 移除posthog 2025-07-06 12:58:20 +08:00
Yuzhong Zhang 29286f6d32 Update vite.config.mts 2025-07-06 12:55:53 +08:00
Yuzhong Zhang 356f0280c4 del build dist 2025-07-06 12:47:55 +08:00
Yuzhong Zhang 999465cc50 Add option to disable vite checker via env variable
Introduced the DISABLE_VITE_CHECKER environment variable to conditionally disable the vite checker plugin in the build process. Updated the Dockerfile to set this variable during the Docker build, allowing builds to bypass vite checker when needed.
2025-07-05 23:45:23 +08:00
Yuzhong Zhang 88d3983f26 更新项目配置与构建流程
本次提交包含以下主要更改:
1. 更新 `.gitignore` 文件,移除对子目录环境变量文件的忽略。
2. 修改 `excalidraw-complete.Dockerfile`,将构建工具从 `npm` 更改为 `pnpm`,并移除不必要的补丁步骤。
3. 更新 GitHub Actions 工作流 `docker-build.yml`,移除对子模块的递归检出。
4. 修改 `excalidraw/.env.production` 文件,调整后端 API 地址为本地开发环境,并更新 Firebase 配置。
5. 移除 `husky` 相关依赖及配置,简化项目依赖。

这些更改旨在优化开发环境配置,提高构建效率,并简化项目依赖管理。
2025-07-05 23:39:52 +08:00
Yuzhong Zhang b9ba07ea5d app init 2025-07-05 23:27:59 +08:00
Yuzhong Zhang 602f4629ff init frontend 2025-07-05 23:22:48 +08:00
patwie 3893dfb13e Add excalidraw as submodule 2024-03-29 13:53:53 +00:00