Skip to content

Commit

Permalink
Replit (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: Alex <luu.alex98@gmail.com>
Co-authored-by: oleksiikosynsk1 <38827906-oleksiikosynsk1@users.noreply.replit.com>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent 4a8269d commit 3301d3b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
modules = ["nodejs-20", "web"]
run = "npm run dev"
[nix]
channel = "stable-24_05"

[[ports]]
localPort = 3000
externalPort = 80

[[ports]]
localPort = 80
externalPort = 3000

[deployment]
deploymentTarget = "cloudrun"
run = ["sh", "-c", "npm run build && npm run start"]
4 changes: 4 additions & 0 deletions packages/circle-demo-webapp/vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,10 @@ declare module '@remix-run/node' {
const isStorybook = process.argv[1]?.includes('storybook');

export default defineConfig({
server: {
host: '0.0.0.0',
port: 80,
},
plugins: [
!isStorybook
? remix({
Expand Down

0 comments on commit 3301d3b

Please sign in to comment.