Skip to content

Commit

Permalink
add: npm deployment script for backend and ui
Browse files Browse the repository at this point in the history
Change-Id: Ia76da967f3c914fcd0b01563f7e94903fe573801
  • Loading branch information
qbit-42 committed Nov 19, 2024
1 parent 4b56e94 commit c88008c
Show file tree
Hide file tree
Showing 7 changed files with 1,191 additions and 2 deletions.
7 changes: 6 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -167,4 +167,9 @@ dmypy.json
cython_debug/

# VS Code
.vscode
.vscode

#deployment
.config.json
node_modules
dist
2 changes: 1 addition & 1 deletion backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@ google-cloud-pubsub==2.25.2
cloudevents==1.11.0
Flask==3.0.3
gunicorn==22.0.0
Werkzeug==3.0.3
Werkzeug==3.0.6
gtech-ariel==0.0.22
Loading

0 comments on commit c88008c

Please sign in to comment.