accounts/dashboard
Haitao Pan 9ec2db8a0f fix(dashboard): resolve CMS content source paths in config
- Fix homepage and docs content source root paths from 'cms/content/*' to 'src/lib/cms/content/*'
- Paths are relative to process.cwd() and need the full path from project root
- Resolves ENOENT errors when reading markdown directories

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-11 11:59:19 +08:00
..
public fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
scripts refactor(dashboard): adopt src app router layout (#667) 2025-11-11 10:45:37 +08:00
src fix(dashboard): resolve CMS content source paths in config 2025-11-11 11:59:19 +08:00
tests refactor(dashboard): adopt src app router layout (#667) 2025-11-11 10:45:37 +08:00
types Revert "feat: add markdown content pipeline (#547)" (#548) 2025-10-17 15:44:26 +08:00
.eslintrc.json Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
.gitignore Add dashboard UI tests and CI coverage (#556) 2025-10-17 16:52:28 +08:00
.nvmrc Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
.yarnrc.yml Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
Dockerfile Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
Makefile Ensure dashboard dev target installs dependencies (#558) 2025-10-17 16:57:34 +08:00
next-env.d.ts fix(dashboard): resolve npm run build errors 2025-11-06 11:07:30 +08:00
next.config.js.bak refactor(dashboard): adopt src app router layout (#667) 2025-11-11 10:45:37 +08:00
next.config.mjs refactor(dashboard): adopt src app router layout (#667) 2025-11-11 10:45:37 +08:00
package-lock.json fix(dashboard): resolve @types/react version conflict 2025-11-06 11:49:09 +08:00
package.json refactor(dashboard): adopt src app router layout (#667) 2025-11-11 10:45:37 +08:00
postcss.config.js Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
start.sh Move dashboard frontend out of ui namespace (#538) 2025-10-17 12:36:27 +08:00
tailwind.config.js refine homepage ecosystem narrative (#661) 2025-11-09 22:38:14 +08:00
tsconfig.json refactor(dashboard): adopt src app router layout (#667) 2025-11-11 10:45:37 +08:00
yarn.lock feat(dashboard): add marketing product pages (#649) 2025-11-09 15:44:38 +08:00