fix: fix config by dev

This commit is contained in:
xion 2024-10-03 15:07:22 +08:00
parent 987e1dd8a8
commit 969243cbbb
2 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,6 @@ export default {
require('tailwindcss-animate'),
require('./plugins/flex'),
],
safelist: ['layout-menu', 'bg-custom-blue'],
theme: {
extend: {
fontFamily: {

View File

@ -28,6 +28,7 @@ export default defineConfig({
},
server: {
port: 6010,
host: '0.0.0.0',
proxy: {
'/api': {
target: 'http://localhost:4000',