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
I was wondering if there is a way to check that single files exist at compile time.
The folder is checked correctly however not files. I tried using #[include = "file"] to add 2 files but these files are not checked if present at compile time.
Hello
First thanks for your work!
I was wondering if there is a way to check that single files exist at compile time.
The folder is checked correctly however not files. I tried using
#[include = "file"]
to add 2 files but these files are not checked if present at compile time.Thanks
The text was updated successfully, but these errors were encountered: