Skip to content

Commit ac0ecd2

Browse files
committed
wip
1 parent 69690ef commit ac0ecd2

40 files changed

+4576
-991
lines changed

.env.development

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
VITE_CB_ENDPOINT=http://coderbot.local
2-
VITE_COVERAGE=true
1+
VITE_CB_ENDPOINT=http://192.168.1.16/
2+
VITE_COVERAGE=true
3+
VITE_API_ENDPOINT="http://localhost:8090/api/v1"

.env.production

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1-
VITE_CB_ENDPOINT=''
1+
VITE_CB_ENDPOINT=''
2+
VITE_API_ENDPOINT="https://st-api.coderbot.org/api/v1"

.env.test

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
VITE_CB_ENDPOINT=http://localhost:5000
22
VITE_COVERAGE=true
3+
VITE_API_ENDPOINT="http://localhost:8090/api/v1"

index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
</head>
99
<body>
1010
<div id="app"></div>
11-
<script type="module" src="/src/main.js"></script>
11+
<script type="module" src="/src/main.ts"></script>
1212
</body>
1313
</html>

0 commit comments

Comments
 (0)