Adds deployment for icons

This commit is contained in:
Michel Fedde 2025-05-23 21:41:04 +02:00
parent 154002f6f3
commit 0e10ea3cab
14 changed files with 1449 additions and 53 deletions

View file

@ -11,6 +11,9 @@ const context = await esbuild.context({
platform: 'node',
target: 'node10.4',
sourcemap: 'linked',
loader: {
'.node': 'copy',
}
})
export default context