diff --git a/.gitignore b/.gitignore index 797b217..8229ffd 100644 --- a/.gitignore +++ b/.gitignore @@ -59,4 +59,5 @@ docs/.jekyll-metadata /ReferenceGuide.html .cpcache .shadow-cljs -resources/public/workspaces +resources/public/workspaces/* +!resources/public/workspaces/index.html \ No newline at end of file diff --git a/resources/public/workspaces/index.html b/resources/public/workspaces/index.html new file mode 100644 index 0000000..d4a829d --- /dev/null +++ b/resources/public/workspaces/index.html @@ -0,0 +1,13 @@ + + + + Client - Workspaces + + + + +
+ + + + \ No newline at end of file diff --git a/shadow-cljs.edn b/shadow-cljs.edn index 53720ad..6435f9d 100644 --- a/shadow-cljs.edn +++ b/shadow-cljs.edn @@ -34,6 +34,6 @@ :output-dir "resources/public/workspaces/js" :asset-path "/workspaces/js" :devtools {:preloads [com.fulcrologic.fulcro.inspect.preload] - :http-root "resources/public" + :http-root "resources/public/workspaces" :http-port 8023 :http-resource-root "."}}}}