Update globs in database models and development guidelines documentation

- Modified the globs in `database-models.mdc` to include server-side JavaScript files.
- Updated the globs in `development-guidelines.mdc` to encompass server-side JavaScript files alongside Vue components, enhancing the scope of the documentation.
This commit is contained in:
Md Afiq Iskandar 2025-04-23 09:28:19 +08:00
parent 7fca97912f
commit 93dbb7d5ee
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
---
description:
globs:
globs: server/**/*.js
alwaysApply: false
---
# Database Models

View File

@ -1,6 +1,6 @@
---
description:
globs: *.vue,*.js
globs: *.vue,server/**/*.js
alwaysApply: false
---
# Development Guidelines