Also format vite.config.ts

This commit is contained in:
2023-10-31 19:14:25 +01:00
parent 7aef0a21c4
commit c3f220b5ca
2 changed files with 3 additions and 3 deletions

View File

@@ -1,5 +1,5 @@
import {defineConfig} from "vite";
import { defineConfig } from 'vite';
export default defineConfig({
base: ''
base: '',
});