add safe config file
This commit is contained in:
parent
ea4992d2a1
commit
a636410171
1 changed files with 10 additions and 3 deletions
|
|
@ -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"
|
||||
]
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Reference in a new issue