monorepo deploy settings prep

This commit is contained in:
Timur Ercan
2023-01-09 09:43:58 +01:00
parent 5b947c9caf
commit dc4f1c5fac
2 changed files with 5 additions and 1 deletions

View File

@ -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"]);

View File

@ -1,6 +1,10 @@
{
"name": "documenso-monorepo",
"version": "0.0.0",
"scripts": {
"build": "cd apps&cd web&next build",
"start": "next start"
},
"workspaces": [
"apps/*",
"packages/*"