Skip to content

Commit

Permalink
little optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
Ethosa committed Sep 3, 2024
1 parent 3f7f52f commit e01f798
Showing 1 changed file with 16 additions and 3 deletions.
19 changes: 16 additions & 3 deletions src/happyx_native/app/app.nim
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,22 @@ import
macros, os, sequtils, strformat,
osproc, json, threadpool, browsers,
uri, tables, terminal, parsecfg,
jsonutils, sugar
jsonutils, sugar, tables
],
happyx,
happyx/core/constants,
happyx/ssr/server,
happyx/routing/routing,
../cli/utils


when enableApiDoc:
import happyx/tmpl_engine/engine
export engine


include happyx/ssr/utils


when defined(webview):
webview

Expand All @@ -29,7 +39,10 @@ when defined(buildAssets):
export macros, mimetypes

export
happyx,
server,
routing,
tables,
sugar,
osproc,
json,
jsonutils,
Expand Down

0 comments on commit e01f798

Please sign in to comment.