Skip to content

Commit

Permalink
serve app
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed May 24, 2024
1 parent 2f7c175 commit 0b34f18
Show file tree
Hide file tree
Showing 3 changed files with 439 additions and 7 deletions.
4 changes: 4 additions & 0 deletions app.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
runtime: nodejs18
instance_class: F1
service: REPLACE_IN_PIPELINE

inbound_services:
- warmup

env_variables:
PORT: 443
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"dev": "vite",
"start": "vite",
"start": "serve -s dist -l 443",
"build": "tsc && vite build",
"preview": "vite preview",
"test": "vitest run",
Expand All @@ -21,7 +21,8 @@
"@reduxjs/toolkit": "^2.0.1",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-redux": "^9.1.0"
"react-redux": "^9.1.0",
"serve": "^14.2.3"
},
"devDependencies": {
"@testing-library/dom": "^9.3.4",
Expand Down
Loading

0 comments on commit 0b34f18

Please sign in to comment.