2026-03-02T08-37-49_auto_memory/memories.db-wal

This commit is contained in:
Nicholai Vogel 2026-03-02 01:37:49 -07:00
parent 24ba762ffd
commit 59f0a31821
2 changed files with 7 additions and 1 deletions

View File

@ -1,8 +1,14 @@
{
"name": "chatgpt-to-claude",
"module": "index.ts",
"type": "module",
"private": true,
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro build && wrangler pages dev",
"deploy": "astro build && wrangler pages deploy",
"cf-typegen": "wrangler types"
},
"devDependencies": {
"@types/bun": "latest",
"@types/node": "^25.3.3",

Binary file not shown.