aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/stackoverflow-chat/index.js
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-09-22 05:42:17 +0530
committerLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-09-22 05:44:29 +0530
commitaff47bbbed04ce5b95439f7881bbea62021b173b (patch)
tree18ccc35ea6a89d7c6aa9344320b957003295fcdf /recipes/stackoverflow-chat/index.js
parentchore: allow self-hosted option for kimai-cloud service. (diff)
downloadferdium-recipes-aff47bbbed04ce5b95439f7881bbea62021b173b.tar.gz
ferdium-recipes-aff47bbbed04ce5b95439f7881bbea62021b173b.tar.zst
ferdium-recipes-aff47bbbed04ce5b95439f7881bbea62021b173b.zip
feature: Add new recipe for 'stackoverflow-chat'
(fixes #718)
Diffstat (limited to 'recipes/stackoverflow-chat/index.js')
-rw-r--r--recipes/stackoverflow-chat/index.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes/stackoverflow-chat/index.js b/recipes/stackoverflow-chat/index.js
new file mode 100644
index 0000000..c6cfcdf
--- /dev/null
+++ b/recipes/stackoverflow-chat/index.js
@@ -0,0 +1,2 @@
1module.exports = Ferdi => class stackoverflowchat extends Ferdi {
2};