Prettier added and remake identation os project
This commit is contained in:
+7
-7
@@ -1,12 +1,12 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import eslint from 'vite-plugin-eslint'
|
||||
import { defineConfig } from "vite";
|
||||
import react from "@vitejs/plugin-react";
|
||||
import eslint from "vite-plugin-eslint";
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
plugins: [react(),eslint(),],
|
||||
plugins: [react(), eslint()],
|
||||
build: {
|
||||
outDir: '../Sites/AssadProd',
|
||||
outDir: "../Sites/AssadProd",
|
||||
emptyOutDir: true,
|
||||
}
|
||||
})
|
||||
},
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user