hsgy/vue3-admin-server.js

6 lines
97 B
Vue
Raw Permalink Normal View History

2023-10-30 16:52:19 +08:00
const server = require('pushstate-server')
server.start({
port: 5018,
directory: './dist'
})