Skip to content

Commit

Permalink
Merge pull request #279 from remix-pwa/v5-rc
Browse files Browse the repository at this point in the history
Tweaked sandbox vite config
  • Loading branch information
ShafSpecs authored Oct 30, 2024
2 parents 14472a7 + 3b940bb commit 9ed1a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default defineConfig({
plugins: [
remix({
ignoredRouteFiles: ["**/.*"],
appDirectory: spaMode ? './spa' : './src/app',
appDirectory: spaMode ? './spa' : './app',
ssr: !spaMode,
future: {
unstable_singleFetch: false
Expand Down

0 comments on commit 9ed1a6c

Please sign in to comment.