We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 773848b commit 23fcb39Copy full SHA for 23fcb39
packages/dashboard-api/Makefile
@@ -1,5 +1,6 @@
1
ENV := $(shell cat ../../.last_used_env || echo "not-set")
2
-include ../../.env.${ENV}
3
+PREFIX := $(strip $(subst ",,$(PREFIX)))
4
5
expectedMigration := $(shell ./../../scripts/get-latest-migration.sh)
6
0 commit comments