setup do linter run & fix

This commit is contained in:
janis
2023-10-05 13:31:51 +02:00
parent 46d565fbe7
commit 0352bb9051
12 changed files with 374 additions and 374 deletions

View File

@@ -1,7 +1,7 @@
import { fileURLToPath, URL } from 'node:url'
import { fileURLToPath, URL } from 'node:url';
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from 'vite';
import vue from '@vitejs/plugin-vue';
// https://vitejs.dev/config/
export default defineConfig( {
@@ -16,4 +16,4 @@ export default defineConfig( {
server: {
'port': 8081
}
})
} );