We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 76d57bc commit f2a5961Copy full SHA for f2a5961
README.project.md
@@ -174,4 +174,6 @@ To verify that it is working please run: `ddev nextjs monit` and if it is not wo
174
* Remove `node_modules` folder from the `services/app`
175
* Then restart DDev, `ddev start`
176
177
+### Helpfup script
178
179
+If you do not want to go into the `services/app` directory and want to stay at the root of the project, Please just use `sh dev [ddev command]`.
dev
@@ -0,0 +1,2 @@
1
+#!/usr/bin/env sh
2
+cd services/app && ddev "$@"
0 commit comments