Skip to content

Commit

Permalink
Add blank react-router.config.ts to playgrounds (#12962)
Browse files Browse the repository at this point in the history
  • Loading branch information
markdalgleish authored Feb 6, 2025
1 parent ca057a0 commit 7de3759
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions playground/framework-express/react-router.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { Config } from "@react-router/dev/config";

export default {} satisfies Config;
3 changes: 3 additions & 0 deletions playground/framework-vite-5/react-router.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { Config } from "@react-router/dev/config";

export default {} satisfies Config;
3 changes: 3 additions & 0 deletions playground/framework/react-router.config.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
import type { Config } from "@react-router/dev/config";

export default {} satisfies Config;

0 comments on commit 7de3759

Please sign in to comment.