mirror of
https://github.com/documenso/documenso.git
synced 2026-07-20 23:13:34 +10:00
fix: cleanup env variables
This commit is contained in:
@@ -7,6 +7,6 @@ const fs = require('fs');
|
||||
const wellKnownPath = path.join(__dirname, '../.well-known');
|
||||
|
||||
console.log('Copying .well-known/ contents to apps');
|
||||
fs.cpSync(wellKnownPath, path.join(__dirname, '../apps/web/public/.well-known'), {
|
||||
fs.cpSync(wellKnownPath, path.join(__dirname, '../apps/remix/public/.well-known'), {
|
||||
recursive: true,
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user