From 8437ea4682d4792543bddcbda57ff19abf1f124d Mon Sep 17 00:00:00 2001 From: Jonasz Bigda Date: Wed, 7 Oct 2020 20:21:58 +0200 Subject: [PATCH] web config --- app.js => app.mjs | 0 web.config | 59 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 59 insertions(+) rename app.js => app.mjs (100%) create mode 100644 web.config diff --git a/app.js b/app.mjs similarity index 100% rename from app.js rename to app.mjs diff --git a/web.config b/web.config new file mode 100644 index 0000000..c9350d9 --- /dev/null +++ b/web.config @@ -0,0 +1,59 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file