mirror of
https://github.com/documenso/documenso.git
synced 2025-11-13 08:13:56 +10:00
deploy prep
This commit is contained in:
@ -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"]);
|
||||
|
||||
@ -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/*",
|
||||
|
||||
Reference in New Issue
Block a user