Skip to content

Commit

Permalink
Merge pull request #78 from tolerious/feat/refactor-app
Browse files Browse the repository at this point in the history
🎨 Change build dir.
  • Loading branch information
tolerious authored Oct 6, 2024
2 parents b680c74 + ad07789 commit e377f01
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/node.js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
#SCp参数
ARGS: "-rltgoDzvO --delete"
#源目录
SOURCE: "./dist"
SOURCE: "./stylish-reader-app"
#服务器Ip:换成你的服务器iP
REMOTE_HOST: ${{ secrets.SERVER_IP_ADDRESS }}
#用户
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ dist.tar.gz
node_modules
.DS_Store
dist
stylish-reader-app
dist-ssr
coverage
*.local
Expand Down
1 change: 1 addition & 0 deletions vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ import { ElementPlusResolver } from 'unplugin-vue-components/resolvers';
import vueDevTools from 'vite-plugin-vue-devtools';
// https://vitejs.dev/config/
export default defineConfig({
build: { outDir: 'stylish-reader-app' },
plugins: [
vue(),
vueJsx(),
Expand Down

0 comments on commit e377f01

Please sign in to comment.