Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Hacksore committed Sep 21, 2024
1 parent 2a02e65 commit b277d10
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
import { defineConfig } from 'vite';
import { defineConfig } from "vite";

export default defineConfig({
base: "./",
root: "examples",
build: {
rollupOptions: {
input: {
main: './examples/index.html',
offscreen: './examples/offscreen-render.html'
main: "./examples/index.html",
offscreen: "./examples/offscreen-render.html",
},
},
},

0 comments on commit b277d10

Please sign in to comment.