docs: 更新开发服务器部分,添加关于 Playwright 测试的说明
All checks were successful
CI/CD Pipeline / playwright (push) Successful in 1m45s
CI/CD Pipeline / build-and-deploy (push) Successful in 1m50s

This commit is contained in:
严浩
2025-11-12 22:37:44 +08:00
parent c7dccb0664
commit 10fcb40d1d

View File

@@ -9,6 +9,7 @@ Vue 3 TypeScript application with Vite.
## 开发服务器 ## 开发服务器
- **不要启动开发服务器**: 开发服务器通常已经由用户启动。除非特别要求,否则不要执行 `pnpm dev` 之类的命令。 - **不要启动开发服务器**: 开发服务器通常已经由用户启动。除非特别要求,否则不要执行 `pnpm dev` 之类的命令。
- **不要执行 Playwright 测试**: 除非用户明确要求,否则不要运行 Playwright 端到端测试。
### Routing & Layouts ### Routing & Layouts