fixed fingerprint across product versions and free trial search

This commit is contained in:
John Yeo
2025-06-03 08:52:43 +01:00
parent 674d5f3882
commit 4aa6df1d95
7 changed files with 49 additions and 101 deletions

View File

@@ -22,12 +22,14 @@
// "noEmit": true,
"paths": {
"@/*": ["src/*"],
"@shared/*": ["../shared/*"]
"@shared/*": ["../shared/*"],
"@scripts/*": ["scripts/*"]
}
},
"include": [
"src",
"tests",
"scripts",
"tests-old/utils.ts",
"tests-old/global.ts",
"../shared/db/allTables.ts",