mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 22:25:01 +00:00
feat: add a secret global flag to load graph progammtically (#3531)
* feat: add a secret global flag to load graph from a user defined dir * fix: use LOGSEQ_OVERWRITE_OPEN_DIR env var to overwrite the openning graph dir * e2e: add a test for load & check saved graph data * fix: should also pass in process.env for testing fixtures * feat: new way to set open dir folder * fix: e2e * fix: remove playwright global flag check Co-authored-by: Tienson Qin <tiensonqin@gmail.com>
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,6 +13,7 @@ pom.xml.asc
|
||||
|
||||
node_modules/
|
||||
static/
|
||||
tmp
|
||||
|
||||
.cpcache/
|
||||
/src/gen
|
||||
|
||||
Reference in New Issue
Block a user