diff --git a/src/client/main.ts b/src/client/main.ts index 48b46a5..3020891 100644 --- a/src/client/main.ts +++ b/src/client/main.ts @@ -1,5 +1,9 @@ import type { InitResponse } from '../shared/api'; +// import runner.json for game to trigger devvit reupload upon change +import GMRunnerConfig from "./public/runner.json" +void GMRunnerConfig; + declare global { interface Window { Module: any;