vercel test
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")([
|
const withTM = require("next-transpile-modules")([
|
||||||
|
|||||||
@@ -2,9 +2,9 @@
|
|||||||
"name": "documenso-monorepo",
|
"name": "documenso-monorepo",
|
||||||
"version": "0.0.0",
|
"version": "0.0.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "cd apps; cd web; next dev",
|
"dev": "cd apps && cd web && next dev",
|
||||||
"build": "cd apps; cd web; next build",
|
"build": "cd apps && cd web && next build",
|
||||||
"start": "cd apps; cd web; next start",
|
"start": "cd apps && cd web && next start",
|
||||||
"db-seed": "prisma db seed",
|
"db-seed": "prisma db seed",
|
||||||
"db-studio": "prisma studio"
|
"db-studio": "prisma studio"
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user