mirror of https://github.com/TriliumNext/Notes
refactor(ckeditor): use vite environment variables for inspector
parent
88f78f3e32
commit
bbeb4e25f3
@ -1,3 +1,5 @@
|
||||
VITE_CKEDITOR_ENABLE_INSPECTOR=false
|
||||
|
||||
# The development license key for premium CKEditor features.
|
||||
# Note: This key is for development purposes only and should not be used in production.
|
||||
# Expires on: 2025-09-13
|
||||
|
||||
@ -0,0 +1 @@
|
||||
VITE_CKEDITOR_ENABLE_INSPECTOR=false
|
||||
Loading…
Reference in New Issue