Skip to content

Instantly share code, notes, and snippets.

@evantahler
Created November 20, 2017 22:23
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
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