add safe config file

This commit is contained in:
Graham McIntire 2025-08-06 09:10:52 -05:00
parent ea4992d2a1
commit a636410171
No known key found for this signature in database

View file

@ -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"
]
}
}