refactor(ags): move lockscreen.ts out of the root dir

This commit is contained in:
matt1432 2024-07-19 20:15:04 -04:00
parent 800eee46f2
commit 092626a7db
5 changed files with 216 additions and 218 deletions
modules/ags/config/js

View file

@ -32,7 +32,7 @@ export const transpileTypeScript = async(host) => {
// Let bun see tsconfig.json
`cd ${App.configDir};` +
`bun build ${App.configDir}/${host}.ts ` +
`bun build ${App.configDir}/${host === 'lockscreen' ? 'ts/lockscreen/main' : host}.ts ` +
'--external resource:///* ' +
'--external gi://* ' +
'--external cairo ' +