From 7035355fddcd01191823c27c770c9751baf4b45e Mon Sep 17 00:00:00 2001 From: Felipe Novaes F Rocha Date: Wed, 27 Dec 2023 11:54:30 -0300 Subject: [PATCH] :rotating_light: try fixing web lint --- apps/web/next.config.js | 3 +++ pkg/ui/package.json | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 4376e340c..e9f8da249 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -1,6 +1,9 @@ /** @type {import('next').NextConfig} */ module.exports = { reactStrictMode: true, + experimental:{ + appDir: true, + }, webpack: (config) => { config.externals.push("pino-pretty", "lokijs", "encoding"); return config; diff --git a/pkg/ui/package.json b/pkg/ui/package.json index 4a93c62a8..e4936de36 100644 --- a/pkg/ui/package.json +++ b/pkg/ui/package.json @@ -26,4 +26,4 @@ "typescript": "^4.5.2", "vitest": "^0.28.4" } -} +} \ No newline at end of file