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
const{ app, state }=awaitsdk.initialise({permissions: {app: {creator: "Creator",name: "AppName"}}})// Clone the app to the user's filesystem (haven't decided how this will work yet)app.clone()// If the currently authed user has a copy of this app (ie. they cloned it), update those app files.app.update()// A sub graph, aka. scoped filesystem, of the app.//// ie. where you'd normally have `fs.ls("/private/Apps/Creator/AppName/...")`,// or `fs.ls(fs.appPath("..."))`// instead you would do:app.fs.ls("...")// Databaseapp.db()
The text was updated successfully, but these errors were encountered:
The text was updated successfully, but these errors were encountered: