Files
nexe/plugins/nexe-daemon/index.ts
T
2017-09-26 00:10:09 -05:00

6 lines
125 B
TypeScript

import { NexeCompiler } from 'nexe'
export default function daemon (compiler: NexeCompiler ) {
compiler.addResource('')
}