We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 08ba8b2 + 184b401 commit 8726f06Copy full SHA for 8726f06
apps/OpenSignServer/index.js
@@ -63,6 +63,7 @@ export const config = {
63
publicServerURL: process.env.SERVER_URL || 'http://localhost:8080/app',
64
// Your apps name. This will appear in the subject and body of the emails that are sent.
65
appName: 'Open Sign',
66
+ allowClientClassCreation: false,
67
emailAdapter: process.env.MAILGUN_API_KEY
68
? {
69
module: 'parse-server-api-mail-adapter',
microfrontends/SignDocuments/package.json
@@ -2,7 +2,7 @@
2
"name": "signmicroapp",
3
"version": "0.1.0",
4
"private": true,
5
- "homepage": "/mfbuild",
+ "homepage": "./mfbuild",
6
"dependencies": {
7
"@radix-ui/themes": "^1.1.2",
8
"@react-pdf/renderer": "^3.1.9",
0 commit comments