diff --git a/run-serve.tsx b/run-serve.tsx index 2c45b08..90bd739 100644 --- a/run-serve.tsx +++ b/run-serve.tsx @@ -259,8 +259,13 @@ export const Configure =(config:ConfigurationArgs)=> ImportMapReload(); } + +let running = false; export default async()=> { + if(running){return}; + running = true; + await ImportMapReload(); try {