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