mirror of
https://github.com/logseq/logseq.git
synced 2026-04-24 14:14:55 +00:00
Fix cljs issue
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -12,6 +12,7 @@ pom.xml.asc
|
||||
.hg/
|
||||
|
||||
node_modules/
|
||||
resources/public/js/*.map
|
||||
resources/public/js/main.js
|
||||
resources/public/js/cljs-runtime
|
||||
resources/public/js/manifest.edn
|
||||
|
||||
@@ -11,8 +11,9 @@
|
||||
"shadow-cljs": "2.8.81"
|
||||
},
|
||||
"scripts": {
|
||||
"watch": "clj -A:cljs watch app",
|
||||
"release": "clj -A:cljs release app",
|
||||
"watch": "clojure -A:cljs watch app",
|
||||
"release": "clojure -A:cljs release app",
|
||||
"debug": "clojure -A:cljs release app --debug",
|
||||
"clean": "rm -rf target; rm -rf resources/public/js/compiled; rm -rf resources/public/js/cljs-runtime"
|
||||
},
|
||||
"dependencies": {
|
||||
|
||||
Reference in New Issue
Block a user