Skip to content

feat(docs): Added Documentation for Stackblitz Setup #259

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 11 commits into from
Jan 16, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
updated
  • Loading branch information
niladrix719 committed Jan 15, 2024
commit 593ce18a33a28b37f52b1dd60586fd7aba430707
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm run dev

## Stackblitz Codeflow setup

<a href="https:///pr.new/___GH_ACCOUNT__/___GH_REPOSITORY___">
<a href="https:///pr.new/niladrix719/cv-frontend-vue">
<img
alt="Open in Codeflow"
src="https://developer.stackblitz.com/img/open_in_codeflow.svg"
Expand Down
3 changes: 2 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ export default defineConfig({
chunkSizeWarningLimit: 1600,
},
server: {
port: 4000,
port: 3000,
host: '0.0.0.0',
proxy: {
// ...(process.env.NODE_ENV === 'development' && {
'^/(?!(simulatorvue)).*': {
Expand Down