From b92b687c1242d76cad6b4fb293ac6f685ea360f5 Mon Sep 17 00:00:00 2001 From: Georges Petrov Date: Fri, 6 Oct 2023 12:39:31 +0200 Subject: [PATCH] =?UTF-8?q?chore:=20=F0=9F=A4=96=20fix=20broken=20url=20in?= =?UTF-8?q?=20README?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 8 +++++--- apps/dashboard/next.config.js | 5 ----- 2 files changed, 5 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index a5e661380..f8e297be1 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@


- WebTorrent + Chaindesk
Chaindesk
@@ -12,7 +12,7 @@

-Chaindesk +Chaindesk

**[Chaindesk](https://chaindesk.ai)** provides a user-friendly solution to quickly setup a semantic search system over your personal data without any technical knowledge. @@ -93,7 +93,9 @@ pnpm worker:datasource-loader + ### Run locally (Docker required) + ```shell cp .env.example .env.local # Add your own OPENAI_API_KEY @@ -102,4 +104,4 @@ pnpm dev # Dev emails inbox (maildev) # visit http://localhost:1080 -``` \ No newline at end of file +``` diff --git a/apps/dashboard/next.config.js b/apps/dashboard/next.config.js index bc9022c31..22f5266ab 100644 --- a/apps/dashboard/next.config.js +++ b/apps/dashboard/next.config.js @@ -15,11 +15,6 @@ const nextConfig = { transpilePackages: ['@chaindesk/lib', '@chaindesk/emails'], experimental: { outputFileTracingRoot: path.join(__dirname, '../../'), - // legacyBrowsers: false, - // outputFileTracingIgnores: ['**canvas**'], - outputFileTracingExcludes: { - '*': ['node_modules/.pnpm/canvas@2.11.2'], - }, }, // eslint: { // dirs: ['pages', 'utils', 'components', 'hooks', 'types', 'widgets'],