diff --git a/modules/ags/config/js/utils.js b/modules/ags/config/js/utils.js index 6452c2d..90a0e7e 100644 --- a/modules/ags/config/js/utils.js +++ b/modules/ags/config/js/utils.js @@ -37,5 +37,5 @@ export const transpileTypeScript = async(host) => { // The file is going to be there after transpilation // @ts-ignore - return await import('file:///tmp/ags/main.js'); + return await import(`file:///tmp/ags/${host}.js`); };