From 19d40a5ee98fb1f244612155acc559ff2f21bf6b Mon Sep 17 00:00:00 2001 From: Zero~Informatique Date: Wed, 12 Feb 2020 00:09:34 +0100 Subject: viewer: implemented config.json Note: The DevServer needs to know when the file is from the App, or from the FileSystem. We use a tilde to make this separation. The tilde URL is declared in '.env.development' GitHub: Resolves #32 --- example/config.json | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 example/config.json (limited to 'example') diff --git a/example/config.json b/example/config.json new file mode 100644 index 0000000..6487594 --- /dev/null +++ b/example/config.json @@ -0,0 +1,4 @@ +{ + "generationTimestamp": 0, + "galleryRoot": "out/" +} \ No newline at end of file -- cgit v1.2.3