darkmode scripts

This commit is contained in:
Jacky Zhao
2023-06-06 19:48:37 -07:00
parent 89e0311a98
commit 4d3579ca98
13 changed files with 145 additions and 15 deletions

View File

@ -74,6 +74,7 @@ yargs(hideBin(process.argv))
const transpiled = await esbuild.build({
stdin: {
contents: text,
loader: 'ts',
sourcefile: path.relative(path.resolve('.'), args.path),
},
write: false,