We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6b5ffb commit 32b9a2aCopy full SHA for 32b9a2a
.github/workflows/ci-cd.yml
@@ -46,5 +46,6 @@ jobs:
46
git clone https://github.com/beelchester/3D-Portfolio.git portfolio
47
cd portfolio
48
yarn
49
- yarn dev --host
+ yarn build
50
+ nohup yarn start &
51
vite.config.js
@@ -3,5 +3,8 @@ import react from '@vitejs/plugin-react'
3
4
// https://vitejs.dev/config/
5
export default defineConfig({
6
+ server: {
7
+ port: 80,
8
+ },
9
plugins: [react()],
10
})
0 commit comments