Leskov Oleg 5 天之前
父节点
当前提交
3bc036275d
共有 1 个文件被更改,包括 3 次插入1 次删除
  1. 3 1
      app/app.coffee

+ 3 - 1
app/app.coffee

@@ -11,7 +11,9 @@ document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" fi
 document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" file="app/DesignTokens.styl">' + stylFns['app/DesignTokens.styl'] + '</style>')
 document.head.insertAdjacentHTML('beforeend', '<style type="text/tailwindcss" file="app/app.styl">' + stylFns['app/app.styl'] + '</style>')
 
-globalThis.AppDB = new (require 'app/utils/AppDB')()
+
+globalThis.AppDB = new require 'app/utils/AppDB'
+
 await globalThis.AppDB.init()
 
 # Маршруты