src/ containing all of my react code. functions/ containing my workers./db with my Drizzle schema for d1.wrangler.toml right now.dev script that does the following:wrangler pages dev --d1=TEST_DB --port=8080 --proxy=3000 --compatibility-date=2023-05-18 -- bunx --bun vitebunx drizzle-kit generate:sqlite --schema=./db/schema/index.ts --out=./migration