diff options
| author | MohamedBassem <me@mbassem.com> | 2024-03-17 08:43:10 +0000 |
|---|---|---|
| committer | MohamedBassem <me@mbassem.com> | 2024-03-17 08:43:10 +0000 |
| commit | 0b99fe783aaebc5baca40f9d1b837278811cd228 (patch) | |
| tree | c83fa0d3507d1a0e362d3444cf7eb6b4205f9760 /apps/web/next.config.mjs | |
| parent | 566486fbd98f81d81c266cda4c9750afa207dc7e (diff) | |
| download | karakeep-0b99fe783aaebc5baca40f9d1b837278811cd228.tar.zst | |
ui(web): Change TagsEditor to auto save on edit and extract ActionBar to its own component
Diffstat (limited to 'apps/web/next.config.mjs')
| -rw-r--r-- | apps/web/next.config.mjs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/next.config.mjs b/apps/web/next.config.mjs index b661bd5c..a8d60f07 100644 --- a/apps/web/next.config.mjs +++ b/apps/web/next.config.mjs @@ -39,7 +39,7 @@ const nextConfig = withPWA({ ]; }, - transpilePackages: ["@hoarder/shared", "@hoarder/db", "@hoarder/trpc"], + // transpilePackages: ["@hoarder/shared", "@hoarder/db", "@hoarder/trpc"], /** We already do linting and typechecking as separate tasks in CI */ eslint: { ignoreDuringBuilds: true }, |
