feat: Create availableAddons empty config

This configuration is populated on build-time with the available extras which expose a `client/` directory containing React code.
This commit is contained in:
Adrian Oprea 2018-01-16 17:17:39 +02:00
parent 3e95503017
commit f6f2bc4c3d

View file

@ -0,0 +1,2 @@
// intentionally exports empty object
export default {};