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