mfg
This commit is contained in:
9
.ddev/.global_commands/web/nvm
Executable file
9
.ddev/.global_commands/web/nvm
Executable file
@@ -0,0 +1,9 @@
|
||||
#!/bin/bash -i
|
||||
|
||||
#ddev-generated
|
||||
## Description: Run nvm inside the web container
|
||||
## Usage: nvm [flags] [args]
|
||||
## Example: "ddev nvm install 6"
|
||||
## ExecRaw: true
|
||||
|
||||
nvm "$@"
|
||||
Reference in New Issue
Block a user