From e30991f443f9ccd2e6881388c893f722ade03693 Mon Sep 17 00:00:00 2001 From: Mark Tyers Date: Sun, 22 Nov 2020 20:37:51 +0000 Subject: [PATCH] added config script --- .codio | 6 ++++++ codio.json | 6 ++++++ index.html | 2 +- install.sh | 42 +++++++++++++++++++++--------------------- 4 files changed, 34 insertions(+), 22 deletions(-) create mode 100644 .codio create mode 100644 codio.json diff --git a/.codio b/.codio new file mode 100644 index 0000000..0dd0e72 --- /dev/null +++ b/.codio @@ -0,0 +1,6 @@ + +{ + "preview": { + "Live Server": "https://{{domain}}/{{index}}" + } +} diff --git a/codio.json b/codio.json new file mode 100644 index 0000000..0dd0e72 --- /dev/null +++ b/codio.json @@ -0,0 +1,6 @@ + +{ + "preview": { + "Live Server": "https://{{domain}}/{{index}}" + } +} diff --git a/index.html b/index.html index 67a5603..035c94c 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,7 @@
  • Log In
  • Log out
  • Register
  • -
  • View Lists
  • +
  • Foo