Restructure progress
This commit is contained in:
@@ -1,14 +1,15 @@
|
||||
/**
|
||||
* Server-side Google API integration module
|
||||
* Google API integration module
|
||||
*
|
||||
* This module provides utilities for interacting with Google APIs from the server-side.
|
||||
* This module provides utilities for interacting with Google APIs:
|
||||
* - Authentication (server and client-side)
|
||||
* - Sheets API
|
||||
* - Gmail API
|
||||
*/
|
||||
|
||||
// Re-export server-side auth utilities
|
||||
export * from './auth/server.js';
|
||||
// Google service modules
|
||||
export * as googleAuthServer from './auth/server.ts';
|
||||
|
||||
// Re-export sheets utilities
|
||||
export * from './sheets/index.js';
|
||||
export * as googleSheetsServer from './sheets/server.ts';
|
||||
|
||||
// Re-export Gmail utilities
|
||||
export * from './gmail/index.js';
|
||||
export * as googleGmailServer from './gmail/server.ts';
|
||||
|
||||
Reference in New Issue
Block a user