fix(ags): point to host.js
All checks were successful
Discord / discord commits (push) Has been skipped

This commit is contained in:
matt1432 2024-01-17 21:00:25 -05:00
parent a7956d6185
commit a01d2f9668

View file

@ -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`);
};