diff options
| author | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-24 17:38:15 +0200 |
|---|---|---|
| committer | Maks Jopek <maksymilian.jopek@prym-soft.pl> | 2021-05-24 17:43:31 +0200 |
| commit | c7b3012c7aba9cdbe90932c9d37057f26b3a1e33 (patch) | |
| tree | a934324d07cd81540f10e4faf324d13cd8bcccf0 /backend/modules/dummy.ts | |
| parent | b896880f0a1d08f1e46f69676bab95af6ec44b50 (diff) | |
| download | IRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.tar.gz IRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.tar.zst IRC-c7b3012c7aba9cdbe90932c9d37057f26b3a1e33.zip | |
Backend added
Diffstat (limited to 'backend/modules/dummy.ts')
| -rw-r--r-- | backend/modules/dummy.ts | 3 |
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 |
