Skip to content

Commit ea9fea4

Browse files
committed
Feat: add build script
1 parent cc9f80d commit ea9fea4

File tree

3 files changed

+26
-0
lines changed

3 files changed

+26
-0
lines changed

index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>404 Not Found</title>
7+
</head>
8+
<body>
9+
404 Not Found
10+
</body>
11+
<script></script>
12+
</html>

package-lock.json

Lines changed: 6 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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"name": "mcsmanager-script",
3+
"version": "1.0.0",
4+
"scripts": {
5+
"build": "echo 1"
6+
},
7+
"license": "MIT"
8+
}

0 commit comments

Comments
 (0)