v2.1.0
This release introduces support for serverless functions. You can now deploy Ackee to Netlify 🚀 It also reduces the memory usage and allows you to build all static files into /dist
by running yarn build
. Run yarn server
to start the server without building those files, again. This reduces the initial startup time. yarn start
combines both commands for convenience and is still the recommended way to run Ackee.
Added
- Support for serverless functions and Netlify (#155)
- Added "Deploy to Netlify" to the Get Started guide
- Build all static files into
/dist
by runningyarn build
- Start the server without rebuilding static files using
yarn server
Changed
- Improved scrollbars on Windows (#153, thanks @Go-Merk)