1
0
Fork 0
mirror of https://github.com/pawelmalak/flame.git synced 2025-08-09 20:45:17 +02:00

Option to open links in the same tab. Api upload icon. Render image icon instead of MDI. Dockerfile client dependencies fix.

This commit is contained in:
unknown 2021-06-23 14:15:14 +02:00
parent e3ed429da1
commit 6c067bee31
18 changed files with 214 additions and 13 deletions

View file

@ -21,9 +21,11 @@
"concurrently": "^6.0.2",
"dotenv": "^9.0.0",
"express": "^4.17.1",
"multer": "^1.4.2",
"node-schedule": "^2.0.0",
"sequelize": "^6.6.2",
"sqlite3": "^5.0.2",
"uuid": "^8.3.2",
"ws": "^7.4.6"
},
"devDependencies": {