Skip to content

Commit 11923f2

Browse files
committed
use parcel.js and import modules
1 parent 2c88649 commit 11923f2

19 files changed

+6938
-6392
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ dist
1515
/caroline/temp
1616
/test_new_dev
1717
*.tar
18-
my_deploy.sh
18+
my_deploy.sh
19+
.parcel-cache

caroline/html/.proxyrc

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"/api": {
3+
"target": "http://localhost:8001/"
4+
},
5+
"/socket.io": {
6+
"target": "http://localhost:8001/"
7+
}
8+
}

caroline/html/index.html

Lines changed: 179 additions & 178 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)