parent
7e10374dec
commit
d56c451874
3 changed files with 50 additions and 1 deletions
modules/ags
|
@ -35,7 +35,7 @@ in {
|
|||
''
|
||||
import { transpileTypeScript } from './js/utils.js';
|
||||
|
||||
export default (await transpileTypeScript("${hostName}")).default;
|
||||
export default (await transpileTypeScript('${hostName}')).default;
|
||||
'';
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue