From c3f75bdcb386020826ed1f500090af0b932fabdc Mon Sep 17 00:00:00 2001 From: Samuel Hobl Date: Fri, 19 Aug 2022 13:02:13 +0200 Subject: [PATCH 1/2] chore: update troubleshooting-missing-dep-instruction --- notes/dev.troubleshooting.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/dev.troubleshooting.md b/notes/dev.troubleshooting.md index 6098ab1..d5b8954 100644 --- a/notes/dev.troubleshooting.md +++ b/notes/dev.troubleshooting.md @@ -2,7 +2,7 @@ id: dde0d05d-3e4c-498b-90bb-de4e902f02d6 title: Troubleshooting desc: '' -updated: 1637878713594 +updated: 1660906640420 created: 1620686948200 nav_order: 5.1 --- @@ -15,7 +15,7 @@ nav_order: 5.1 Sometimes we will add new dependencies to master. In order to pick them up, run the following from the workspace root. ```sh -bootstrap/scripts/bootstrap.sh +yarn bootstrap:bootstrap ``` ### Relative import to an inter-workspace dependency From afb478bce9dd6a5a4a3b6ab0ec0c773b5b1c9a46 Mon Sep 17 00:00:00 2001 From: Samuel Hobl Date: Tue, 23 Aug 2022 11:31:02 +0200 Subject: [PATCH 2/2] Dendron workspace sync ## Synced vaults: - dendron.docs Dendron version: 0.108.0 Hostname: satori --- notes/pkg.nextjs-template.quickstart.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/notes/pkg.nextjs-template.quickstart.md b/notes/pkg.nextjs-template.quickstart.md index d8bfe39..1996e9b 100644 --- a/notes/pkg.nextjs-template.quickstart.md +++ b/notes/pkg.nextjs-template.quickstart.md @@ -3,7 +3,7 @@ id: PgwAXFfotfgpFVqHQRlBl title: Nextjs Template Quickstart desc: | Development related -updated: 1657672395883 +updated: 1661242414952 created: 1628376960868 --- @@ -35,7 +35,7 @@ curl -LO https://artifacts-prod-artifactb7980f61-19orqnnuurvwy.s3.us-west-2.amaz unzip dendron-site.zip ``` -1. Run the nextj sapp +1. Run the nextjs app ```sh yarn dev