diff --git a/apps/web/next.config.js b/apps/web/next.config.js index 253c3d885..f79098c90 100644 --- a/apps/web/next.config.js +++ b/apps/web/next.config.js @@ -4,7 +4,7 @@ require("dotenv").config({ path: "../../.env" }); const nextConfig = { reactStrictMode: true, swcMinify: true, - distDir: "../../build", + distDir: "build", }; const withTM = require("next-transpile-modules")(["@documenso/prisma"]); diff --git a/package.json b/package.json index 81baed302..cbcb70f60 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "version": "0.0.0", "scripts": { "build": "cd apps&cd web&next build", - "start": "next start" + "start": "cd apps&cd web&next start" }, "workspaces": [ "apps/*",