c0599e30ab
- Created .gitignore to exclude unnecessary files - Added README.md with installation and usage instructions - Initialized package.json with dependencies and configurations - Set up tsconfig.json for TypeScript compiler options - Implemented basic index.ts file for logging - Added Supabase function structure in ai-structured directory - Created test files for user authentication and function invocation
224 B
224 B
genesis-2
To install dependencies:
bun install
To run:
bun run index.ts
This project was created using bun init in bun v1.3.0. Bun is a fast all-in-one JavaScript runtime.