aboutsummaryrefslogtreecommitdiffstats
path: root/web/next.config.mjs
diff options
context:
space:
mode:
authorMohamedBassem <me@mbassem.com>2024-02-08 15:14:23 +0000
committerMohamedBassem <me@mbassem.com>2024-02-08 15:15:21 +0000
commit80bb8a108f29331cdb2f2695f6801beee104dc89 (patch)
treeb1ae2a512963a9c916c4bfed71f7633f508de131 /web/next.config.mjs
parent333429adbaaa592cc96b480a5228f0e3f1de4cc2 (diff)
downloadkarakeep-80bb8a108f29331cdb2f2695f6801beee104dc89.tar.zst
[refactor] Move the different packages to the package subdir
Diffstat (limited to 'web/next.config.mjs')
-rw-r--r--web/next.config.mjs4
1 files changed, 0 insertions, 4 deletions
diff --git a/web/next.config.mjs b/web/next.config.mjs
deleted file mode 100644
index 4678774e..00000000
--- a/web/next.config.mjs
+++ /dev/null
@@ -1,4 +0,0 @@
-/** @type {import('next').NextConfig} */
-const nextConfig = {};
-
-export default nextConfig;