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