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
this function get_files should return a files tree here
Please note: We are using this backend folder in order to connect the frontend with the backend, it can be renamed to connect_backend. The reason why we use this folder is because we have two backends 1. tauri backend (local storage) 2. ic backend (cloud storage) so we put both here as a better and scalable practice.
Also, we are using adjacency list data structure you can find the import file node like this use shared::schema::files::FileNode; in the ic backend. Check all the scheme here Note: files must have the same structure as the tauri backend Note: Try to run cargo tauri dev and check how the files looks like
The text was updated successfully, but these errors were encountered:
get_files
should return a files tree herePlease note: We are using this backend folder in order to connect the frontend with the backend, it can be renamed to
connect_backend
. The reason why we use this folder is because we have two backends 1. tauri backend (local storage) 2. ic backend (cloud storage) so we put both here as a better and scalable practice.use shared::schema::files::FileNode;
in the ic backend. Check all the scheme hereNote: files must have the same structure as the tauri backend
Note: Try to run
cargo tauri dev
and check how the files looks likeThe text was updated successfully, but these errors were encountered: