From 1db61720fc332848d7f60163cb81e5b3086204c3 Mon Sep 17 00:00:00 2001 From: Richard Knoll Date: Fri, 27 Mar 2020 15:16:56 -0700 Subject: [PATCH] Adding config file for service worker (#982) --- sim/public/workerConfig.js | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 sim/public/workerConfig.js diff --git a/sim/public/workerConfig.js b/sim/public/workerConfig.js new file mode 100644 index 00000000..6386ae07 --- /dev/null +++ b/sim/public/workerConfig.js @@ -0,0 +1,5 @@ +self.setSimulatorWorkerOptions({ + urls: [ + "/sim/common-sim.js" + ] +}) \ No newline at end of file