feat: reduce number of steps needed to get going for local development (#454)
* feat: reduce number of steps to get going for local development * fix: set default sync server in SNJS * chore: keep --force in submodules command
This commit is contained in:
@@ -56,6 +56,7 @@ export class WebApplication extends SNApplication {
|
||||
$timeout: ng.ITimeoutService,
|
||||
scope: ng.IScope,
|
||||
onDeinit: (app: WebApplication) => void,
|
||||
defaultSyncServerHost: string,
|
||||
bridge: Bridge,
|
||||
) {
|
||||
const namespace = '';
|
||||
@@ -73,6 +74,7 @@ export class WebApplication extends SNApplication {
|
||||
namespace,
|
||||
undefined,
|
||||
undefined,
|
||||
defaultSyncServerHost
|
||||
);
|
||||
this.$compile = $compile;
|
||||
this.scope = scope;
|
||||
|
||||
Reference in New Issue
Block a user