I’am using Botkit with json_file_store defined to ‘./db/data’. The log shows “info: ** Using simple storage. Saving data to ./db/data” and the persistence works that is fine. But the files created by the app doesn’t show on path/file list what would be expected and useful. Thanks, (Glitch is very cool and promising).
1 Like
Any folders/files starting with . aren’t shown in the editor. Files/folders created without that will show, but only when the editor refreshes. If you intend to make your app available for remixing and you’re storing sensitive data, we recommend creating the data in a folder called ‘.data’, which isn’t copied over when an app is remixed.