Skip to content

Commit

Permalink
refactor(react): export default as createServer to avoid forcing `a…
Browse files Browse the repository at this point in the history
…llowSyntheticDefaultImports` flag
  • Loading branch information
jrson83 committed Apr 26, 2024
1 parent 47b59a8 commit 7f6544c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react/src/server.ts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default } from '@inertiajs-revamped/core/server'
export { default as createServer } from '@inertiajs-revamped/core/server'

0 comments on commit 7f6544c

Please sign in to comment.