Reformat using prettier

This commit is contained in:
Joscha 2025-03-02 17:52:12 +01:00
parent 8e82248f5e
commit 3109f510fd
8 changed files with 15 additions and 15 deletions

View file

@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
// https://vite.dev/config/
export default defineConfig({
plugins: [vue()],
})
});