From 188b6924cacbad89c649616abe8a4cf14add53ac Mon Sep 17 00:00:00 2001 From: Gregg Tavares Date: Fri, 17 Sep 2021 14:15:11 -0700 Subject: [PATCH] add in unity-hack --- main.js | 1 + src/index.html | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/main.js b/main.js index fae7715..fc74919 100644 --- a/main.js +++ b/main.js @@ -70,6 +70,7 @@ const defaultSettings = { dirs: true, index: true, scan: true, + unityHack: true, extensions: ['html'], recent: [], }; diff --git a/src/index.html b/src/index.html index 04d105e..2fcf248 100644 --- a/src/index.html +++ b/src/index.html @@ -37,6 +37,10 @@

A simple web server for local web development

+
+ + +