Skip to content

Commit

Permalink
the app
Browse files Browse the repository at this point in the history
  • Loading branch information
ikitommi committed Jun 16, 2020
1 parent 8332765 commit 0e75f1a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions app/malli/app.cljc
@@ -0,0 +1,7 @@
(ns malli.app
(:require [malli.core :as m]))

;; this file is used to view the generated bundle sizes
;; - npx shadow-cljs run shadow.cljs.build-report app /tmp/report.html
;; - npx shadow-cljs release app --pseudo-names
(m/validate :map {})

0 comments on commit 0e75f1a

Please sign in to comment.