Update svelte.config.js

This commit is contained in:
Luke Hagar
2024-03-11 11:08:03 -05:00
parent fe68bd4584
commit 70f85185b8

View File

@@ -12,6 +12,13 @@ const config = {
// If your environment is not supported or you settled on a specific environment, switch out the adapter.
// See https://kit.svelte.dev/docs/adapters for more information about adapters.
adapter: adapter()
// Nonce value is not being templated correctly remove from electron and add here when fixed
// csp: {
// mode: 'auto',
// directives: {
// 'script-src': ['self']
// }
// }
}
};
export default config;