mirror of
https://github.com/penpot/penpot.git
synced 2026-09-27 06:16:14 +00:00
Add the ability to suspend and add nrepl to the whole system AI-assisted-by: qwen3.7-plus
10 lines
297 B
Clojure
10 lines
297 B
Clojure
;; This Source Code Form is subject to the terms of the Mozilla Public
|
|
;; License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
;; file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
|
;;
|
|
;; Copyright (c) KALEIDOS INC Sucursal en España SL
|
|
|
|
(ns app.system)
|
|
|
|
(defonce system nil)
|