From 657af5906ed50acc9bacea487ac22b6c9c961571 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 30 Oct 2022 01:51:42 +0300 Subject: Read static root from the config --- vnext/config/default.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 vnext/config/default.json (limited to 'vnext/config/default.json') diff --git a/vnext/config/default.json b/vnext/config/default.json new file mode 100644 index 00000000..ae52a717 --- /dev/null +++ b/vnext/config/default.json @@ -0,0 +1,9 @@ +{ + "service": { + "application": "", + "static_root": "dist", + "sape": { + "token": "" + } + } +} \ No newline at end of file -- cgit v1.2.3