refactor: migrate docs-dev from storybook to vitepress config and update devcontainer configuration

This commit is contained in:
Firman Ramdhani
2026-06-24 13:14:44 +07:00
parent 385452bf36
commit ecb16c759d
26 changed files with 1892 additions and 1414 deletions
+7
View File
@@ -0,0 +1,7 @@
export default {
vite: {
optimizeDeps: {
include: ['@repo/ui', 'mermaid', 'dayjs']
}
}
}