Revert "Merge pull request 'Refact/cleanup' (#3) from refact/cleanup into master"
Deploy Aegis Portal / build-and-deploy (push) Successful in 15s
Deploy Aegis Portal / build-and-deploy (push) Successful in 15s
This reverts commit679e73f3af, reversing changes made to438d739b1a.
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
import { defineConfig } from 'vite'
|
||||
import react from '@vitejs/plugin-react'
|
||||
import tailwindcss from '@tailwindcss/vite'
|
||||
import path from 'path'
|
||||
|
||||
// https://vite.dev/config/
|
||||
export default defineConfig({
|
||||
@@ -9,22 +8,4 @@ export default defineConfig({
|
||||
react(),
|
||||
tailwindcss()
|
||||
],
|
||||
resolve: {
|
||||
alias: {
|
||||
'@': path.resolve(__dirname, './src'),
|
||||
'@components': path.resolve(__dirname, './src/components'),
|
||||
'@ui': path.resolve(__dirname, './src/components/ui'),
|
||||
'@common': path.resolve(__dirname, './src/components/common'),
|
||||
'@pages': path.resolve(__dirname, './src/pages'),
|
||||
'@hooks': path.resolve(__dirname, './src/hooks'),
|
||||
'@layouts': path.resolve(__dirname, './src/layouts'),
|
||||
'@features': path.resolve(__dirname, './src/features'),
|
||||
'@services': path.resolve(__dirname, './src/services'),
|
||||
'@utils': path.resolve(__dirname, './src/utils'),
|
||||
'@assets': path.resolve(__dirname, './src/assets'),
|
||||
'@data': path.resolve(__dirname, './src/data'),
|
||||
'@widgets': path.resolve(__dirname, './src/components/widgets'),
|
||||
'@styles': path.resolve(__dirname, './src/styles'),
|
||||
}
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user