/////////////////////////////////////////////////////////////////////////////////////////////////////////////////// /// PLEASE DO NOT TOUCH THIS FILE /// /// This file is pulling data the ".env" file at the root of the project, please edit that file instead. /// /// If your code editor shows the error "Property 'env' does not exist on type 'ImportMeta'.", please ignore. /// /////////////////////////////////////////////////////////////////////////////////////////////////////////////////// export const APP = [{ name: import.meta.env.Name, company: import.meta.env.Company, website: import.meta.env.Website, support: import.meta.env.Support, sourcecode: import.meta.env.SourceCode }] // Splash export const SPLASH = [{ loading: import.meta.env.LoadingIndicator, background: import.meta.env.SplashBackground }] // Sidebar // Edit your sidebar options in `sidebar.ts` /// Theming export const SIDEBARTHEMING = [{ // Edit the "Configuration for Theming" section in the `styles/index.scss`. }]