fix: typo in frontend development start command (#278)

This commit is contained in:
Song Lim
2024-10-12 22:25:56 +08:00
committed by GitHub
parent c9ed50afad
commit 8f255ccfd4

View File

@@ -35,7 +35,7 @@ swagger update command `task swag`
### Frontend Development Notes
start command `task: ui:dev`
start command `task ui:dev`
1. The frontend is a Vue 3 app with Nuxt.js that uses Tailwind and DaisyUI for styling.
2. We're using Vitest for our automated testing. You can run these with `task ui:watch`.