Skip to content

Commit

Permalink
Remove COOKIE_BACKWARD_COMPATIBILITY
Browse files Browse the repository at this point in the history
  • Loading branch information
oklemenz2 committed Feb 21, 2025
1 parent 274c5b7 commit 8a7e013
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions bin/commands/init.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,11 +104,6 @@ Examples:
});

// Approuter
adjustJSON("app/router/package.json", (json) => {
if (!json.scripts.start.includes("COOKIE_BACKWARD_COMPATIBILITY")) {
json.scripts.start = `COOKIE_BACKWARD_COMPATIBILITY=true ${json.scripts.start}`;
}
});
adjustJSON("app/router/xs-app.json", (json) => {
json.routes = json.routes.filter((route) => {
return !route.localDir;
Expand Down

0 comments on commit 8a7e013

Please sign in to comment.