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 020382d commit a663a4dCopy full SHA for a663a4d
server/mix.exs
@@ -74,7 +74,8 @@ defmodule FieldHub.MixProject do
74
setup: [
75
"deps.get",
76
"assets.setup",
77
- "assets.build"
+ "assets.build",
78
+ "run --eval FieldHub.CLI.setup() --no-start"
79
],
80
seed: [
81
"run --eval 'FieldHub.CLI.create_project(\"#{dev_db_name}\", \"pw\"')"
0 commit comments