Skip to content

Commit

Permalink
chore: fix edge demo site
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic committed Oct 17, 2023
1 parent a86e144 commit 74e2621
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
3 changes: 3 additions & 0 deletions packages/demo-site/.eslintrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"extends": ["@remix-run/eslint-config", "@remix-run/eslint-config/node"],
}
4 changes: 0 additions & 4 deletions packages/demo-site/.eslintrc.js

This file was deleted.

2 changes: 1 addition & 1 deletion packages/demo-site/remix.config.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/** @type {import('@remix-run/dev').AppConfig} */
module.exports = {
export default {
ignoredRouteFiles: ['**/.*'],
server: process.env.NETLIFY || process.env.NETLIFY_LOCAL ? './server.ts' : undefined,
serverBuildPath: './.netlify/functions-internal/server.js',
Expand Down

0 comments on commit 74e2621

Please sign in to comment.