Programmatically build links. Styling Changes

This commit is contained in:
2023-11-16 16:35:41 -05:00
parent 791f065367
commit 214cfbd1be
14 changed files with 278 additions and 142 deletions

View File

@@ -10,6 +10,7 @@ client
const account = new Account(client);
const databases = new Databases(client);
const appDatabaseId = '654ac5044d1c446feb71';
export default boot(({ app, urlPath, router }) => {
// Initialize store
@@ -19,4 +20,4 @@ export default boot(({ app, urlPath, router }) => {
});
});
export { client, account, databases, ID };
export { client, account, databases, ID, appDatabaseId };