Skip to content

Commit

Permalink
use parcel.js and import modules
Browse files Browse the repository at this point in the history
  • Loading branch information
nikolasibalic committed Jan 5, 2025
1 parent 2c88649 commit 11923f2
Show file tree
Hide file tree
Showing 19 changed files with 6,938 additions and 6,392 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,5 @@ dist
/caroline/temp
/test_new_dev
*.tar
my_deploy.sh
my_deploy.sh
.parcel-cache
8 changes: 8 additions & 0 deletions caroline/html/.proxyrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"/api": {
"target": "http://localhost:8001/"
},
"/socket.io": {
"target": "http://localhost:8001/"
}
}
357 changes: 179 additions & 178 deletions caroline/html/index.html

Large diffs are not rendered by default.

Loading

0 comments on commit 11923f2

Please sign in to comment.