1
0
mirror of synced 2025-10-29 02:19:19 +00:00

first functionnal instance ! 🎉

This commit is contained in:
Valentin
2023-09-12 23:44:38 +02:00
parent 86cf05c43f
commit 7b0a757fc7
15 changed files with 301 additions and 71 deletions

View File

@@ -24,6 +24,10 @@ Server.init({
secret: {
type: DataTypes.STRING,
required: true,
},
tmp: {
type: DataTypes.STRING,
required: true,
}
}, {
sequelize,