feat: native components (#789)
* wip: component viewer * feat: get component status from component viewer * feat: native components * fix: remove unused property * fix: remove unused func * chore(deps): snjs 2.29.0 * fix: import location * feat: native components * fix: remove unused func * feat: component viewer (#781) * wip: component viewer * feat: get component status from component viewer * fix: remove unused property * chore(deps): snjs 2.29.0 * fix: import location * chore: use cp instead of webpack copy * fix: types * chore: misc
This commit is contained in:
11
public/components/org.standardnotes.file-safe/dist/index.html
vendored
Normal file
11
public/components/org.standardnotes.file-safe/dist/index.html
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
<html>
|
||||
<link rel="stylesheet" type="text/css" href="dist.css">
|
||||
<title>FileSafe</title>
|
||||
<body class="sn-component">
|
||||
<script>
|
||||
// In the desktop version, it will use this default value:
|
||||
window.default_fs_relay_server_url = window.default_fs_relay_server_url || "https://filesafe.standardnotes.org";
|
||||
</script>
|
||||
<script type="text/javascript" src="dist.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user