added default admin CSP

This commit is contained in:
Gani Georgiev
2022-08-01 18:10:18 +03:00
parent bb4bebc724
commit 16fa099685
4 changed files with 23 additions and 15 deletions
+1 -1
View File
@@ -2,6 +2,6 @@ import App from './App.svelte'
const app = new App({
target: document.getElementById('app')
})
});
export default app