docs: add ags readme

This commit is contained in:
matt1432 2024-01-18 09:41:57 -05:00
parent 7e10374dec
commit d56c451874
3 changed files with 50 additions and 1 deletions
modules/ags

View file

@ -35,7 +35,7 @@ in {
''
import { transpileTypeScript } from './js/utils.js';
export default (await transpileTypeScript("${hostName}")).default;
export default (await transpileTypeScript('${hostName}')).default;
'';
};