mirror of
https://github.com/documenso/documenso.git
synced 2025-11-12 15:53:02 +10:00
monorepo deploy settings prep
This commit is contained in:
@ -4,7 +4,7 @@ require("dotenv").config({ path: "../../.env" });
|
|||||||
const nextConfig = {
|
const nextConfig = {
|
||||||
reactStrictMode: true,
|
reactStrictMode: true,
|
||||||
swcMinify: true,
|
swcMinify: true,
|
||||||
distDir: "build",
|
distDir: "../../build",
|
||||||
};
|
};
|
||||||
|
|
||||||
const withTM = require("next-transpile-modules")(["@documenso/prisma"]);
|
const withTM = require("next-transpile-modules")(["@documenso/prisma"]);
|
||||||
|
|||||||
@ -1,6 +1,10 @@
|
|||||||
{
|
{
|
||||||
"name": "documenso-monorepo",
|
"name": "documenso-monorepo",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
|
"scripts": {
|
||||||
|
"build": "cd apps&cd web&next build",
|
||||||
|
"start": "next start"
|
||||||
|
},
|
||||||
"workspaces": [
|
"workspaces": [
|
||||||
"apps/*",
|
"apps/*",
|
||||||
"packages/*"
|
"packages/*"
|
||||||
|
|||||||
Reference in New Issue
Block a user