From 4cde95304a61761d639a9cb32a964d9d0417db43 Mon Sep 17 00:00:00 2001 From: Timur Ercan Date: Mon, 9 Jan 2023 09:46:08 +0100 Subject: [PATCH] deploy prep --- apps/web/next.config.js | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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/*",