haxtheweb / issues

Issue queue for hax, haxcms, elmsln, lrnwebcomponents, wcfactory, websites and more.
Apache License 2.0
10 stars 1 forks source link

HAXcms NodeJS steps #2008

Closed btopro closed 6 days ago

btopro commented 3 weeks ago

auto generation of public directory is a bit odd... might want to look at creating symlinks back to project root (if possible...) so that everything the command does is writing directly to the folder you are in. This would make the most sense for running in multi-site mode as well as archiving things.

Now. it also could just NOT symlink and operate off the top level for these paths as far as where it's "public" directory is.

Single site calls should be fine if we have a UI element for login because the routes just have to interpret the same way. Package.json will just have a call that invokes haxsite to run from a different file instead of app.js

btopro commented 6 days ago

split sub issues off as primary goes here are complete