AlgebraicJulia / Semagrams.jl

A graphical editor for graph-like structures
https://algebraicjulia.github.io/Semagrams.jl/
MIT License
91 stars 10 forks source link

Per-App Static Files #131

Open filonik-cmu opened 1 year ago

filonik-cmu commented 1 year ago

Hey @olynch, do you have any thoughts on what would be the best way for each app to have some static files (stylesheets, fonts, images, etc.)? I have used publicDir in vite.config.js for this purpose before, but I am not sure how that would work with your multi-app/project build setup.

Say for instance I wanted a stylesheet located at /apps/dwd/index.css. How would I currently do that?