deploy.js
This commit is contained in:
parent
0fd5edd0f3
commit
059dd61e51
1
.gitignore
vendored
1
.gitignore
vendored
|
@ -50,3 +50,4 @@ pnpm*
|
|||
#components.d.ts
|
||||
stats.html
|
||||
ts-out-dir
|
||||
archive.zip
|
||||
|
|
|
@ -105,10 +105,10 @@ async function main() {
|
|||
// await exec(`unzip -O gbk ${archivePath} -d ${target}`)
|
||||
//} else {
|
||||
await exec(`unzip ${archivePath} -d ${target}`)
|
||||
await exec(`mv ${target}/dist ${target}/iGame`)
|
||||
await exec(`mv ${target}/dist ${target}/home`)
|
||||
//}
|
||||
|
||||
const nginxTarget = '/home/lolosia/nginx/home'
|
||||
const nginxTarget = '/home/lolosia/nginx'
|
||||
|
||||
console.log('移除旧目录 ...')
|
||||
await sudo(`rm -rf ${nginxTarget}/${nginxContentPath}`)
|
||||
|
|
|
@ -19,6 +19,7 @@
|
|||
"vitest": "vitest --ui",
|
||||
"tsc-check": "tsc",
|
||||
"coverage": "vitest run --coverage",
|
||||
"deploy": "node deploy.js",
|
||||
"preinstall": "only-allow pnpm"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
@ -87,7 +87,7 @@ export const settings: SettingsConfig = {
|
|||
/*
|
||||
* vite.config.js base config
|
||||
* */
|
||||
viteBasePath: '/vue-admin-plus/',
|
||||
viteBasePath: '/home/',
|
||||
|
||||
/*
|
||||
* i18n setting default language
|
||||
|
|
1
typings/components.d.ts
vendored
1
typings/components.d.ts
vendored
|
@ -8,7 +8,6 @@ export {}
|
|||
declare module 'vue' {
|
||||
export interface GlobalComponents {
|
||||
AppPage: typeof import('./../src/components/AppPage.vue')['default']
|
||||
Container: typeof import('@/components/AppPage.vue')['default']
|
||||
ElSvgIcon: typeof import('./../src/components/ElSvgIcon.vue')['default']
|
||||
IconSelector: typeof import('./../src/components/IconSelector.vue')['default']
|
||||
MenuIcon: typeof import('./../src/components/MenuIcon.vue')['default']
|
||||
|
|
Loading…
Reference in New Issue
Block a user