removing backend, making electron app, adding tuner
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<!--
|
||||
Content Security Policy:
|
||||
- In development Vite uses eval() for HMR/source maps; avoid setting
|
||||
'unsafe-eval' here or HMR may break. The dev server will warn but
|
||||
packaged apps will use built files and respect this CSP.
|
||||
-->
|
||||
<!-- Allow 'unsafe-eval' during development for Vite HMR. Remove or tighten for production packaging. -->
|
||||
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-eval'; connect-src 'self' http://localhost:5173 ws://localhost:5173; style-src 'self' 'unsafe-inline'; img-src 'self' data:;">
|
||||
<title>WhatTheFlat</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<script type="module" src="/src/main.jsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user