You've already forked tribes-plugin-template
template: make rename portable and add explicit otp_app dev flow
This commit is contained in:
2
mix.exs
2
mix.exs
@@ -29,7 +29,7 @@ defmodule MyPlugin.MixProject do
|
||||
# Host dependency — provides Tribes.Plugin behaviour, types, and test helpers.
|
||||
#
|
||||
# For local development alongside a tribes checkout:
|
||||
{:tribes, path: "../tribes", only: [:dev, :test]},
|
||||
{:tribes, path: "../tribes", only: [:dev, :test], runtime: false},
|
||||
#
|
||||
# For CI or standalone development (when not co-located with tribes):
|
||||
# {:tribes, github: "your-org/tribes", branch: "master", only: [:dev, :test]},
|
||||
|
||||
Reference in New Issue
Block a user