mirror of
https://github.com/fosrl/pangolin.git
synced 2026-02-16 18:06:39 +00:00
Merge dev into fix/log-analytics-adjustments
This commit is contained in:
@@ -43,7 +43,9 @@ export default async function migration() {
|
||||
const updatedYaml = yaml.dump(rawConfig);
|
||||
fs.writeFileSync(filePath, updatedYaml, "utf8");
|
||||
} catch (error) {
|
||||
console.log("We were unable to add CORS to your config file. Please add it manually.");
|
||||
console.log(
|
||||
"We were unable to add CORS to your config file. Please add it manually."
|
||||
);
|
||||
console.error(error);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user