chore(development): add dev mode, update packages and test framework

This commit is contained in:
Sergo
2025-12-13 16:29:14 +02:00
parent c77eaf2968
commit d3b3b91523
12 changed files with 3955 additions and 1842 deletions

View File

@@ -6,5 +6,8 @@
"host": "HOSTNAME",
"authentication": {
"secret": "FEATHERS_SECRET"
},
"wildDuck": {
"url": "WILDDUCK_URL"
}
}

5
config/development.json Normal file
View File

@@ -0,0 +1,5 @@
{
"wildDuck": {
"url": "http://localhost:3031"
}
}