Skip to content

Commit

Permalink
Update Edgio version to RC
Browse files Browse the repository at this point in the history
  • Loading branch information
tristanlee85 committed May 9, 2024
1 parent 94e641a commit 0c87a6c
Show file tree
Hide file tree
Showing 22 changed files with 29 additions and 39,916 deletions.
2 changes: 2 additions & 0 deletions examples/v7-remix/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,8 @@ When you're ready to deploy, run the following commands:
npm run edgio:deploy
```

Check out the [Edgio + Remix Documentation](https://docs.edg.io/guides/v7/sites_frameworks/getting_started/remix) for more details.

---

# Welcome to Remix + Vite!
Expand Down
34 changes: 17 additions & 17 deletions examples/v7-remix/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 7 additions & 6 deletions examples/v7-remix/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@
"react-dom": "^18.2.0"
},
"devDependencies": {
"@edgio/cli": "^7.11.3",
"@edgio/connectors": "^7.11.3",
"@edgio/core": "^7.11.3",
"@edgio/prefetch": "^7.11.3",
"@edgio/cli": "^7.11.5-rc-1715179655-5aafc459.0",
"@edgio/connectors": "^7.11.5-rc-1715179655-5aafc459.0",
"@edgio/core": "^7.11.5-rc-1715179655-5aafc459.0",
"@edgio/prefetch": "^7.11.5-rc-1715179655-5aafc459.0",
"@remix-run/dev": "^2.9.1",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
Expand All @@ -45,5 +45,6 @@
},
"engines": {
"node": ">=18.0.0"
}
}
},
"repository": "[email protected]:edgio-docs/edgio-v7-remix-template.git"
}
10 changes: 3 additions & 7 deletions examples/v7-remix/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ app.use(express.static('build/client'));

app.all('*', createRequestHandler({ build }));

// Edgio CLI will automatically call `app.listen()` when running `edgio dev`.
// When this script is called directly (e.g. `npm run build`), automatically start listening on the port.
if (!process.env.EDGIO_LOCAL) {
app.listen(port, () => {
console.log(`App listening on http://localhost:${port}`);
});
}
app.listen(port, () => {
console.log(`Express listening on http://localhost:${port}`);
});

export default app;
4 changes: 0 additions & 4 deletions examples/v7-remix_old/.eslintrc.cjs

This file was deleted.

5 changes: 0 additions & 5 deletions examples/v7-remix_old/.github/pull_request_template.md

This file was deleted.

18 changes: 0 additions & 18 deletions examples/v7-remix_old/.github/workflows/edgio.yml

This file was deleted.

10 changes: 0 additions & 10 deletions examples/v7-remix_old/.gitignore

This file was deleted.

88 changes: 0 additions & 88 deletions examples/v7-remix_old/README.md

This file was deleted.

18 changes: 0 additions & 18 deletions examples/v7-remix_old/app/entry.client.tsx

This file was deleted.

Loading

0 comments on commit 0c87a6c

Please sign in to comment.