chore: set serverURL for tests
This commit is contained in:
@@ -12,6 +12,8 @@ export function buildConfig(config?: Partial<Config>): Promise<SanitizedConfig>
|
||||
...config,
|
||||
};
|
||||
|
||||
baseConfig.serverURL = baseConfig.serverURL || 'http://localhost:3000';
|
||||
|
||||
baseConfig.admin = {
|
||||
...(baseConfig.admin || {}),
|
||||
webpack: (webpackConfig) => {
|
||||
|
||||
Reference in New Issue
Block a user