You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today, when you initialize an evidence project you get a full sveltekit project built in your directory.
This is pretty gnarly for our users, and it makes managing dependencies tricky for us.
Future state
A working project should only require a pages directory with .md files, and the required evidence.config and database.config files.
The only dependency should be @evidence-dev/evidence. All of the other deps should be upstream of that.
The __layout, svelte config, app.css, api route etc. files that are currently dropped in the directory should no longer be required.
If a user did want to modify app.css or __layout (e.g. a new "theme") they should be able to add them directly to their directory and modify from there, with the build system preferring their additions.
The text was updated successfully, but these errors were encountered:
Today, when you initialize an evidence project you get a full sveltekit project built in your directory.
This is pretty gnarly for our users, and it makes managing dependencies tricky for us.
Future state
The text was updated successfully, but these errors were encountered: