mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-20 00:46:01 +00:00
local storage garbage collector
This commit is contained in:
@@ -2,6 +2,10 @@ import App from './App.svelte';
|
||||
import './utility/connectionsPinger';
|
||||
import './utility/changeCurrentDbByTab';
|
||||
import './commands/stdCommands';
|
||||
import localStorageGarbageCollector from './utility/localStorageGarbageCollector';
|
||||
|
||||
localStorageGarbageCollector();
|
||||
|
||||
|
||||
const app = new App({
|
||||
target: document.body,
|
||||
|
||||
Reference in New Issue
Block a user