feat(core): store relative path for sessions (#24704)

This commit is contained in:
James Long
2026-04-28 11:51:24 -04:00
committed by GitHub
parent ea3c6c3481
commit 2c2fc3499b
10 changed files with 1460 additions and 4 deletions

View File

@@ -208,6 +208,7 @@ export async function run(db: SQLiteBunDatabase<any, any> | NodeSQLiteDatabase<a
parent_id: data.parentID ?? null,
slug: data.slug ?? "",
directory: data.directory ?? "",
path: data.path ?? null,
title: data.title ?? "",
version: data.version ?? "",
share_url: data.share?.url ?? null,