mirror of
https://github.com/Eugeny/tabby-web.git
synced 2026-08-18 07:16:03 +01:00
fixed settings field mixup
This commit is contained in:
@@ -9,8 +9,10 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'
|
||||
import './styles.scss'
|
||||
import { AppModule } from './app.module'
|
||||
|
||||
if (!location.hostname.endsWith('.local')) {
|
||||
enableProdMode()
|
||||
}
|
||||
|
||||
enableProdMode()
|
||||
document.addEventListener('DOMContentLoaded', () => {
|
||||
platformBrowserDynamic().bootstrapModule(AppModule)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user