Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Ray-D-Song committed Oct 21, 2024
2 parents 3bbdd3d + 136f45d commit 56bb648
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@ray-d-song/faker-server",
"version": "0.1.0-beta.4",
"version": "0.1.0-beta.5",
"description": "Faker.js mock server with a web interface",
"bin": {
"faker-server": "dist/index.cjs"
Expand Down
2 changes: 1 addition & 1 deletion packages/server/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ app.get('/', async (c) => {
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<script type="module" src="/static/index.js"></script>
<link rel="stylesheet" href="/static/index.css">
<title>Web Archive</title>
<title>Faker Server</title>
</head>
<body>
<div id="root"></div>
Expand Down

0 comments on commit 56bb648

Please sign in to comment.