Skip to content

Commit f2a5961

Browse files
RyanRyan
authored andcommitted
Adding small script to help with quality of life
1 parent 76d57bc commit f2a5961

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

README.project.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,4 +174,6 @@ To verify that it is working please run: `ddev nextjs monit` and if it is not wo
174174
* Remove `node_modules` folder from the `services/app`
175175
* Then restart DDev, `ddev start`
176176

177+
### Helpfup script
177178

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
#!/usr/bin/env sh
2+
cd services/app && ddev "$@"

0 commit comments

Comments
 (0)