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