ok sorry sir how to split multiple collection
N
Posts made by nousath
-
RE: multiple collection splitup
-
multiple collection splitup
how to create and insert multiple collection like Users, post, chats, activities, categories @administrators @Global-Moderators @GNU-Linux-User @3rd-Party-Developers @Community-Representatives @Staff
mongodb single collection? -
RE: How to see changes on browser asap when I've just change some code in my theme or plugin?
@pichalite said in How to see changes on browser asap when I've just change some code in my theme or plugin?:
@thuanpq.io use grunt. NodeBB will automatically reload when you change files.
Install these modules
npm i grunt grunt-contrib-watch
After these modules are installed just run
grunt
and NodeBB will start in watch mode. Any changes to files will reload NodeBB.how to run grunt