Skip to content

Commit 21998d3

Browse files
committed
initial commit
1 parent 80ae4da commit 21998d3

File tree

10 files changed

+2206
-1
lines changed

10 files changed

+2206
-1
lines changed

claude-thinking-chatbot/trigger.config.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { defineConfig } from "@trigger.dev/sdk/v3";
22

33
export default defineConfig({
4-
project: "<your-project-ref>",
4+
project: "proj_evoftjmqvmvjeublxlqx",
55
runtime: "node",
66
logLevel: "log",
77
// The max compute seconds a task is allowed to run. If the task run exceeds this duration, it will be stopped.

python-crawl4ai/.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+
# dependencies
4+
/node_modules
5+
/.pnp
6+
.pnp.*
7+
.yarn/*
8+
!.yarn/patches
9+
!.yarn/plugins
10+
!.yarn/releases
11+
!.yarn/versions
12+
13+
# testing
14+
/coverage
15+
16+
# next.js
17+
/.next/
18+
/out/
19+
20+
# production
21+
/build
22+
23+
# misc
24+
.DS_Store
25+
*.pem
26+
27+
# debug
28+
npm-debug.log*
29+
yarn-debug.log*
30+
yarn-error.log*
31+
.pnpm-debug.log*
32+
33+
# env files (can opt-in for committing if needed)
34+
.env*
35+
36+
# vercel
37+
.vercel
38+
39+
# typescript
40+
*.tsbuildinfo
41+
next-env.d.ts
42+
43+
.trigger
44+
!.env.example

0 commit comments

Comments
 (0)