mirror of
https://github.com/documenso/documenso
synced 2026-04-21 13:27:18 +00:00
monorepo deploy settings prep
This commit is contained in:
parent
5b947c9caf
commit
dc4f1c5fac
2 changed files with 5 additions and 1 deletions
|
|
@ -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"]);
|
||||
|
|
|
|||
|
|
@ -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/*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue