Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions packages/appkit/src/type-generator/cache.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,7 @@ interface Cache {

export const CACHE_VERSION = "1";
const CACHE_FILE = ".appkit-types-cache.json";
const CACHE_DIR = path.join(
process.cwd(),
"node_modules",
".databricks",
"appkit",
);
const CACHE_DIR = path.join(process.cwd(), ".databricks", "appkit");

/**
* Hash the SQL query
Expand Down