1
0

feat: add setting for infinite nesting

This commit is contained in:
kolaente
2023-04-03 13:53:28 +02:00
parent 0dd6f82a0e
commit cb218ec0c3
7 changed files with 29 additions and 3 deletions

View File

@ -27,6 +27,9 @@
// our sentry instance to notify us of potential problems.
window.SENTRY_ENABLED = false
window.SENTRY_DSN = 'https://85694a2d757547cbbc90cd4b55c5a18d@o1047380.ingest.sentry.io/6024480'
// If enabled, allows the user to nest projects infinitely, instead of the default 2 levels.
// This setting might change in the future or be removed completely.
window.INFINITE_PROJECT_NESTING_ENABLED = false
</script>
</body>
</html>