From 13c81e4626ea27b8ccfcf5226dcb6a9107f2fc1d Mon Sep 17 00:00:00 2001 From: Duncan Paterson Date: Sat, 6 Feb 2021 10:08:45 +0100 Subject: [PATCH] chore(.exist.json): refactor json not yet at the latest hotness --- generators/app/templates/.existdb.json | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/generators/app/templates/.existdb.json b/generators/app/templates/.existdb.json index d44528d6..c1730280 100644 --- a/generators/app/templates/.existdb.json +++ b/generators/app/templates/.existdb.json @@ -3,20 +3,19 @@ "localhost": { "server": "<%- instance %>", "user": "<%- admin %>", - "password": "<%- adminpw %>" + "password": "<%- adminpw %>", + "root": "/db/<%- defcoll %>/<%- short %>" } }, "sync": { "server": "localhost", - "root": "/db/<%- defcoll %>/<%- short %>", "active": true, "ignore": [ ".existdb.json", ".git/**", "node_modules/**", - "bower_components/**", "build/**", - "webtest/**", + ".vscode/**", "README.md", "yo-rc.json" ]