summaryrefslogtreecommitdiffstats
path: root/backend/modules
diff options
context:
space:
mode:
authorMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 17:38:15 +0200
committerMaks Jopek <maksymilian.jopek@prym-soft.pl>2021-05-24 17:43:31 +0200
commitc7b3012c7aba9cdbe90932c9d37057f26b3a1e33 (patch)
treea934324d07cd81540f10e4faf324d13cd8bcccf0 /backend/modules
parentb896880f0a1d08f1e46f69676bab95af6ec44b50 (diff)
downloadIRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.tar.gz
IRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.tar.zst
IRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.zip
Backend added
Diffstat (limited to 'backend/modules')
-rw-r--r--backend/modules/dummy.ts3
1 files changed, 3 insertions, 0 deletions
diff --git a/backend/modules/dummy.ts b/backend/modules/dummy.ts
new file mode 100644
index 0000000..00aaa4c
--- /dev/null
+++ b/backend/modules/dummy.ts
@@ -0,0 +1,3 @@
+export default function abc() {
+ console.log("abc from module");
+} \ No newline at end of file