1
This commit is contained in:
@@ -11,7 +11,11 @@ const monacoEditorPlugin =
|
||||
const host = process.env.TAURI_DEV_HOST;
|
||||
|
||||
export default defineConfig({
|
||||
base: process.env.NODE_ENV === 'production' ? '/images/newyaoyan/index.html' : '/',
|
||||
plugins: [monacoEditorPlugin({}), vue(), tailwindcss()],
|
||||
build: {
|
||||
outDir: '/root/yaoyan/yaoyan_admin/images/newyaoyan',
|
||||
},
|
||||
clearScreen: false,
|
||||
server: {
|
||||
port: 1420,
|
||||
|
||||
Reference in New Issue
Block a user