Replies: 1 comment
-
Easiest is to open up other terminal and run commands in there |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello. I am using adonis serve --dev --polling to start the adonis server on my mac terminal. However, when I change the UserSeeder.js (which I use to add data to my database), I have to hit "Command" + "." on my keyboard (i.e., stop the adonis server), run adonis seed, and then restart the server. Is there a way so that I don't have to restart the server this way?
Beta Was this translation helpful? Give feedback.
All reactions