Skip to content

Instantly share code, notes, and snippets.

@evantahler
Created November 20, 2017 22:23
Show Gist options
  • Save evantahler/e05c45007215f83dfa20a735778d0e46 to your computer and use it in GitHub Desktop.
Save evantahler/e05c45007215f83dfa20a735778d0e46 to your computer and use it in GitHub Desktop.
Using NEXE to compile and ActionHero project
const nexe = require('nexe')
nexe.compile({
output: 'build',
input: `${__dirname}/index.js`,
build: true,
silent: false
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment