fix(ags): point to host.js
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
a7956d6185
commit
a01d2f9668
1 changed files with 1 additions and 1 deletions
|
@ -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`);
|
||||
};
|
||||
|
|
Loading…
Reference in a new issue