Skip to content

Commit

Permalink
add base to playground config
Browse files Browse the repository at this point in the history
  • Loading branch information
ErnestTeluk authored Jan 22, 2024
1 parent 1a37537 commit 4431e14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playground/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,6 @@ import { defineConfig } from 'vite';
import react from '@vitejs/plugin-react-swc';
// https://vitejs.dev/config/
export default defineConfig({
base: './sparrowql/',
plugins: [react()],
});
1 change: 1 addition & 0 deletions playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ import react from '@vitejs/plugin-react-swc'

// https://vitejs.dev/config/
export default defineConfig({
base: './sparrowql/',
plugins: [react()],
})

0 comments on commit 4431e14

Please sign in to comment.