admin-import

This commit is contained in:
xiaomlove
2021-04-12 20:31:02 +08:00
parent be9b8634c4
commit 3f13ec875f
131 changed files with 125950 additions and 10676 deletions
+6
View File
@@ -0,0 +1,6 @@
const server = require('pushstate-server')
server.start({
port: 5018,
directory: './dist'
})