1
0
mirror of https://github.com/ijaric/voice_assistant.git synced 2025-05-24 14:33:26 +00:00

fix(temp): [#8] import .env variables

This commit is contained in:
ksieuk 2023-10-08 19:08:14 +03:00
parent 3c0addcbac
commit 8e5af23ee5

View File

@ -2,6 +2,10 @@ include ../../common_makefile.mk
PROJECT_FOLDERS = bin lib tests PROJECT_FOLDERS = bin lib tests
ENV_FILE = .env
include $(ENV_FILE)
export $(shell sed 's/=.*//' $(ENV_FILE))
.PHONY: test .PHONY: test
test: test: