Thanks to visit codestin.com Credit goes to github.com
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 1661588 commit 4efde58Copy full SHA for 4efde58
develop.sh
@@ -8,6 +8,10 @@ cd "${PROJECT_ROOT}"
8
# Run yarn install, to make sure node_modules are ready to go
9
"$PROJECT_ROOT/scripts/yarn_install.sh"
10
11
+# Use static credentials for development
12
+export [email protected]
13
+export CODER_DEV_ADMIN_PASSWORD=password
14
+
15
# This is a way to run multiple processes in parallel, and have Ctrl-C work correctly
16
# to kill both at the same time. For more details, see:
17
# https://stackoverflow.com/questions/3004811/how-do-you-run-multiple-programs-in-parallel-from-a-bash-script
0 commit comments