mirror of
https://github.com/LeCoupa/awesome-cheatsheets.git
synced 2025-11-08 22:11:35 +00:00
Feathers: application architecture mistake
This commit is contained in:
@@ -679,7 +679,6 @@ app.service('messages').find({
|
|||||||
// │ ├── index.js # is used to load and start the application
|
// │ ├── index.js # is used to load and start the application
|
||||||
// │ ├── app.js # configures our Feathers application
|
// │ ├── app.js # configures our Feathers application
|
||||||
// │ ├── app.hooks.js # contains hooks which that run for all services
|
// │ ├── app.hooks.js # contains hooks which that run for all services
|
||||||
// │ ├── app.test.js # tests file
|
|
||||||
// │ └── channels.js # set up Feathers event channels
|
// │ └── channels.js # set up Feathers event channels
|
||||||
// │
|
// │
|
||||||
// ├── .editorconfig # helps developers define and maintain consistent coding styles
|
// ├── .editorconfig # helps developers define and maintain consistent coding styles
|
||||||
|
|||||||
Reference in New Issue
Block a user