Skip to content

Commit

Permalink
chore: remix.init ignores toml files so changed filename
Browse files Browse the repository at this point in the history
  • Loading branch information
nickytonline committed Feb 22, 2023
1 parent 6603201 commit ba24c63
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions remix.init/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@ const foldersToExclude = [".github"];

const edgeFilesToCopy = [
["README-edge.md", "README.md"],
["netlify-edge.toml", "netlify.toml"],
["netlify-edge-toml", "netlify.toml"],
["server.js"],
["remix.config.js"],
["entry.server.tsx", "app/entry.server.tsx"],
["vscode.json", ".vscode/settings.json"],
];

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

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

Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit ba24c63

Please sign in to comment.