fix: fix config by dev
This commit is contained in:
parent
987e1dd8a8
commit
969243cbbb
@ -9,7 +9,6 @@ export default {
|
||||
require('tailwindcss-animate'),
|
||||
require('./plugins/flex'),
|
||||
],
|
||||
safelist: ['layout-menu', 'bg-custom-blue'],
|
||||
theme: {
|
||||
extend: {
|
||||
fontFamily: {
|
||||
|
@ -28,6 +28,7 @@ export default defineConfig({
|
||||
},
|
||||
server: {
|
||||
port: 6010,
|
||||
host: '0.0.0.0',
|
||||
proxy: {
|
||||
'/api': {
|
||||
target: 'http://localhost:4000',
|
||||
|
Loading…
x
Reference in New Issue
Block a user