mirror of
https://github.com/penpot/penpot.git
synced 2025-08-07 14:38:33 +02:00
🚧 Major refactor of backend code.
Relevant changes: - ring -> vertx - suricatta -> vertx-pgsql - emails improvements - logging - hybrid sync/async -> full async execution model - database layout refactor
This commit is contained in:
parent
73753ce071
commit
e9b00339a5
134 changed files with 5394 additions and 6598 deletions
|
@ -10,12 +10,11 @@
|
|||
[uxbox.migrations]
|
||||
[uxbox.db]
|
||||
[uxbox.http]
|
||||
[uxbox.scheduled-jobs])
|
||||
#_[uxbox.scheduled-jobs])
|
||||
(:gen-class))
|
||||
|
||||
;; --- Entry point (only for uberjar)
|
||||
|
||||
(defn -main
|
||||
[& args]
|
||||
(mount/start)
|
||||
(.join uxbox.http/server))
|
||||
(mount/start))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue