Skip to content

Commit 986c49e

Browse files
committed
Add chalk
1 parent 67186ef commit 986c49e

3 files changed

Lines changed: 24 additions & 1 deletion

File tree

package-lock.json

Lines changed: 17 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
22
"dependencies": {
3+
"chalk": "^5.0.0",
34
"prompt-sync": "^4.2.0"
45
}
56
}

templates/start.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
<html>
22
<head>
3-
<title>Upload something</title>
3+
<title>Upload something</title>
44
</head>
5+
<body>
6+
7+
</body>
58
<script>
9+
let sessioncode = "\\code"
10+
611
</script>
712

813
</html>

0 commit comments

Comments
 (0)