Skip to content

Commit 01884de

Browse files
author
dnolen
committed
add process.env shim ns
1 parent 307b860 commit 01884de

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

src/main/cljs/process/env.cljs

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
;; Copyright (c) Rich Hickey. All rights reserved.
2+
;; The use and distribution terms for this software are covered by the
3+
;; Eclipse Public License 1.0 (http://opensource.org/licenses/eclipse-1.0.php)
4+
;; which can be found in the file epl-v10.html at the root of this distribution.
5+
;; By using this software in any fashion, you are agreeing to be bound by
6+
;; the terms of this license.
7+
;; You must not remove this notice, or any other, from this software.
8+
9+
(ns process.env
10+
"A shim namespace for the Node.js process library")
11+
12+
(goog-define NODE_ENV "development")

0 commit comments

Comments
 (0)