import { defineStartupConfig } from '../../fundamentals/config'; defineStartupConfig('server', { externalUrl: '', https: false, host: 'localhost', port: 3010, path: '', }); //# sourceMappingURL=config.js.map