fastboot-app-server
fastboot-app-server copied to clipboard
A production-ready app server for running Ember FastBoot apps
currently the maxAge is 0, the assets have fingerprints we can make 1y the default
On a completely new ember setup with `fastboot-app-server.js` as: ```js const FastBootAppServer = require('fastboot-app-server'); let server = new FastBootAppServer({ distPath: 'dist' }); server.start(); ``` Hitting any path like http://localhost:3000/foo returns...
I create a little test project https://github.com/vreyesd/testMomentFastboot . It run well in fastboot mode with `ember fastboot` but with boot-app-server (server in server folder) have a error `Error while processing...