From e298a263223d9b08f9d566c2038b0689506e967d Mon Sep 17 00:00:00 2001 From: Paul Oliver Date: Thu, 29 Feb 2024 03:01:41 +0100 Subject: Vue basic setup and timezone picker component --- client/config/index.js | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 client/config/index.js (limited to 'client/config/index.js') diff --git a/client/config/index.js b/client/config/index.js new file mode 100644 index 0000000..ec065d7 --- /dev/null +++ b/client/config/index.js @@ -0,0 +1,3 @@ +module.exports = { + api: 'http://localhost:5000' +} -- cgit v1.2.1