From a6364101711068de64b017a374918041fc3261be Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Wed, 6 Aug 2025 09:10:52 -0500 Subject: [PATCH] add safe config file --- .safe/config.json | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/.safe/config.json b/.safe/config.json index e492d41..65f28ab 100644 --- a/.safe/config.json +++ b/.safe/config.json @@ -2,9 +2,16 @@ "output": "stdio", "version": "1.0", "project": { - "name": "aprs.me", + "name": "aprsme", "type": "beam", - "apps": [], - "paths": [] + "apps": [ + { + "name": "aprsme", + "additional_includes": [] + } + ], + "paths": [ + "_build/prod/lib" + ] } } \ No newline at end of file