parent
800eee46f2
commit
092626a7db
5 changed files with 216 additions and 218 deletions
modules/ags/config/js
|
@ -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 ' +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue