Skip to content

Commit

Permalink
Format with prettier
Browse files Browse the repository at this point in the history
Signed-off-by: Vit Gottwald <vit.gottwald@broadcom.com>
  • Loading branch information
VitGottwald committed Jan 29, 2025
1 parent 28d93db commit bb9fb29
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions packages/playground/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import importMetaUrlPlugin from "@codingame/esbuild-import-meta-url-plugin";
import type { UserConfig } from "vite";

const config: UserConfig = {
base: '',
base: "",
build: {
target: "ES2022",
rollupOptions: {
Expand All @@ -29,4 +29,3 @@ const config: UserConfig = {
},
};
export default config;

0 comments on commit bb9fb29

Please sign in to comment.