Skip to content

Commit ba24c63

Browse files
committed
chore: remix.init ignores toml files so changed filename
1 parent 6603201 commit ba24c63

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

remix.init/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,14 +7,14 @@ const foldersToExclude = [".github"];
77

88
const edgeFilesToCopy = [
99
["README-edge.md", "README.md"],
10-
["netlify-edge.toml", "netlify.toml"],
10+
["netlify-edge-toml", "netlify.toml"],
1111
["server.js"],
1212
["remix.config.js"],
1313
["entry.server.tsx", "app/entry.server.tsx"],
1414
["vscode.json", ".vscode/settings.json"],
1515
];
1616

17-
const filesToCopy = [["README.md"], ["netlify.toml"]];
17+
const filesToCopy = [["README.md"], ["netlify-toml", "netlify.toml"]];
1818

1919
const filesToModify = ["app/entry.server.tsx", "app/root.tsx"];
2020

File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)