4 lines
252 B
JavaScript
4 lines
252 B
JavaScript
// Folder created at the root of the user's Nextcloud files, holding
|
|
// plannings/ and recipes/. Pre-filled in the connection form, and editable
|
|
// there — nothing else in the app hard-codes a remote path.
|
|
export const DEFAULT_REMOTE_FOLDER = 'Tofu'
|