Prettier format
This commit is contained in:
parent
4a14681753
commit
d34a5f29cd
@ -1,15 +1,15 @@
|
|||||||
import { defineConfig } from "vite";
|
import { defineConfig } from 'vite';
|
||||||
import react from "@vitejs/plugin-react";
|
import react from '@vitejs/plugin-react';
|
||||||
|
|
||||||
// https://vitejs.dev/config/
|
// https://vitejs.dev/config/
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
plugins: [react()],
|
plugins: [react()],
|
||||||
resolve: {
|
resolve: {
|
||||||
alias: {
|
alias: {
|
||||||
utils: "/src/utils",
|
utils: '/src/utils',
|
||||||
assets: "/src/assets",
|
assets: '/src/assets',
|
||||||
context: "/src/context",
|
context: '/src/context',
|
||||||
components: "/src/components",
|
components: '/src/components',
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
optimizeDeps: {
|
optimizeDeps: {
|
||||||
|
Loading…
Reference in New Issue
Block a user