mirror of
https://github.com/documenso/documenso.git
synced 2025-11-10 04:22:32 +10:00
vercel test
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")([
|
||||
|
||||
@ -2,9 +2,9 @@
|
||||
"name": "documenso-monorepo",
|
||||
"version": "0.0.0",
|
||||
"scripts": {
|
||||
"dev": "cd apps; cd web; next dev",
|
||||
"build": "cd apps; cd web; next build",
|
||||
"start": "cd apps; cd web; next start",
|
||||
"dev": "cd apps && cd web && next dev",
|
||||
"build": "cd apps && cd web && next build",
|
||||
"start": "cd apps && cd web && next start",
|
||||
"db-seed": "prisma db seed",
|
||||
"db-studio": "prisma studio"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user