Skip to content

Commit

Permalink
chore: daemon v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolastmaia committed Nov 8, 2024
1 parent 739a313 commit 720d7f8
Show file tree
Hide file tree
Showing 23 changed files with 78 additions and 28 deletions.
12 changes: 6 additions & 6 deletions src/localServer/workers/asset-manifest.json
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
{
"files": {
"main.css": "/static/css/main.ad9500fe.css",
"main.js": "/static/js/main.c83dbc96.js",
"main.css": "/static/css/main.ada6b35d.css",
"main.js": "/static/js/main.597df9f0.js",
"static/js/453.9af89cb1.chunk.js": "/static/js/453.9af89cb1.chunk.js",
"index.html": "/index.html",
"main.ad9500fe.css.map": "/static/css/main.ad9500fe.css.map",
"main.c83dbc96.js.map": "/static/js/main.c83dbc96.js.map",
"main.ada6b35d.css.map": "/static/css/main.ada6b35d.css.map",
"main.597df9f0.js.map": "/static/js/main.597df9f0.js.map",
"453.9af89cb1.chunk.js.map": "/static/js/453.9af89cb1.chunk.js.map"
},
"entrypoints": [
"static/css/main.ad9500fe.css",
"static/js/main.c83dbc96.js"
"static/css/main.ada6b35d.css",
"static/js/main.597df9f0.js"
]
}
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
Empty file.
2 changes: 1 addition & 1 deletion src/localServer/workers/electron/index.html
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Silent Pass Daemon</title><script defer="defer" src="/static/js/main.c83dbc96.js"></script><link href="/static/css/main.ad9500fe.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="Web site created using create-react-app"/><link rel="apple-touch-icon" href="/logo192.png"/><link rel="manifest" href="/manifest.json"/><title>Silent Pass Daemon</title><script defer="defer" src="/static/js/main.597df9f0.js"></script><link href="/static/css/main.ada6b35d.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div></body></html>
Binary file added src/localServer/workers/favicon.ico
Binary file not shown.
21 changes: 0 additions & 21 deletions src/localServer/workers/index.html

This file was deleted.

3 changes: 3 additions & 0 deletions src/localServer/workers/robots.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:
2 changes: 2 additions & 0 deletions src/localServer/workers/static/css/main.ada6b35d.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/localServer/workers/static/css/main.ada6b35d.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Empty file.
Empty file.
Empty file.
Empty file.
3 changes: 3 additions & 0 deletions src/localServer/workers/static/js/main.597df9f0.js

Large diffs are not rendered by default.

61 changes: 61 additions & 0 deletions src/localServer/workers/static/js/main.597df9f0.js.LICENSE.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,61 @@
/**
* @license React
* react-dom.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react-jsx-runtime.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* react.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @license React
* scheduler.production.min.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

/**
* @remix-run/router v1.20.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/

/**
* React Router v6.27.0
*
* Copyright (c) Remix Software Inc.
*
* This source code is licensed under the MIT license found in the
* LICENSE.md file in the root directory of this source tree.
*
* @license MIT
*/
Empty file.
1 change: 1 addition & 0 deletions src/localServer/workers/static/js/main.597df9f0.js.map

Large diffs are not rendered by default.

Empty file.
Empty file.

0 comments on commit 720d7f8

Please sign in to comment.