Merge pull request #133 from prafull-opensignlabs/staging

This commit is contained in:
Amol
2023-11-03 22:53:46 +05:30
committed by GitHub
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -63,6 +63,7 @@ export const config = {
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
// Your apps name. This will appear in the subject and body of the emails that are sent.
appName: 'Open Sign',
allowClientClassCreation: false,
emailAdapter: process.env.MAILGUN_API_KEY
? {
module: 'parse-server-api-mail-adapter',
+1 -1
View File
@@ -2,7 +2,7 @@
"name": "signmicroapp",
"version": "0.1.0",
"private": true,
"homepage": "/mfbuild",
"homepage": "./mfbuild",
"dependencies": {
"@radix-ui/themes": "^1.1.2",
"@react-pdf/renderer": "^3.1.9",