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:
parent
7fca97912f
commit
93dbb7d5ee
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description:
|
description:
|
||||||
globs:
|
globs: server/**/*.js
|
||||||
alwaysApply: false
|
alwaysApply: false
|
||||||
---
|
---
|
||||||
# Database Models
|
# Database Models
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
---
|
---
|
||||||
description:
|
description:
|
||||||
globs: *.vue,*.js
|
globs: *.vue,server/**/*.js
|
||||||
alwaysApply: false
|
alwaysApply: false
|
||||||
---
|
---
|
||||||
# Development Guidelines
|
# Development Guidelines
|
||||||
|
Loading…
x
Reference in New Issue
Block a user