add make test and Remove vue-cli serve
This commit is contained in:
@@ -17,7 +17,9 @@ config :mobilizon, MobilizonWeb.Endpoint,
|
||||
debug_errors: true,
|
||||
code_reloader: true,
|
||||
check_origin: false,
|
||||
watchers: []
|
||||
watchers: [
|
||||
yarn: ["run", "dev", cd: Path.expand("../js", __DIR__)]
|
||||
]
|
||||
|
||||
# ## SSL Support
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user