fix build for macos
This commit is contained in:
13
extension/output/prompt.html
Normal file
13
extension/output/prompt.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>Nostr Connect</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<link href="/style.css" rel="stylesheet" />
|
||||
</head>
|
||||
<body class="bg-background text-foreground text-sm font-sans antialiased">
|
||||
<div id="main" />
|
||||
<script src="/prompt.build.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user