mirror of
https://github.com/vrtmrz/obsidian-livesync.git
synced 2026-07-09 22:33:13 +00:00
Add: vaultSelector (webapp)
This commit is contained in:
@@ -20,7 +20,11 @@ export default defineConfig({
|
||||
rollupOptions: {
|
||||
input: {
|
||||
index: path.resolve(__dirname, "index.html"),
|
||||
webapp: path.resolve(__dirname, "webapp.html"),
|
||||
},
|
||||
external:[
|
||||
"crypto"
|
||||
]
|
||||
},
|
||||
},
|
||||
define: {
|
||||
|
||||
Reference in New Issue
Block a user