ffffng/server/templates/config.js.template
baldo e48c2861c6 Make new frontend deployable.
* Get rid of old client and its grunt build.
* Make `yarn run dist` bundle a working version with new frontend.
* Make sure to handle history mode URLs on server side.
2022-10-04 17:53:45 +02:00

5 lines
211 B
Plaintext

// TODO: This is deprecated. Remove some time after re-launch. Used only for legacy clients that have not yet reloaded.
'use strict';
angular.module('ffffng').constant('config', <%= JSON.stringify(config) %>);