From 067f135e528e0b5b0094566b2c5c602775809fb5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karol=20S=C3=B3jko?= Date: Mon, 7 Jun 2021 17:07:49 +0200 Subject: [PATCH] fix: missing next version server initialization --- .env.sample | 1 + index.html | 2 ++ yarn.lock | 8 ++++---- 3 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.env.sample b/.env.sample index b900f610e..100b7cc5d 100644 --- a/.env.sample +++ b/.env.sample @@ -15,6 +15,7 @@ SF_NEXT_VERSION_SERVER=http://localhost:3000 # Development options DEV_DEFAULT_SYNC_SERVER=https://sync.standardnotes.org +DEV_NEXT_VERSION_SYNC_SERVER=https://api.standardnotes.com DEV_EXTENSIONS_MANAGER_LOCATION=public/extensions/extensions-manager/dist/index.html DEV_BATCH_MANAGER_LOCATION=public/extensions/batch-manager/dist/index.min.html diff --git a/index.html b/index.html index d08c83053..c91af2be3 100644 --- a/index.html +++ b/index.html @@ -30,12 +30,14 @@