Finish up migration, currently not setup for foss version

This commit is contained in:
2025-09-28 14:33:13 +02:00
parent 0315241d76
commit 84b640ee5e
9 changed files with 140 additions and 125 deletions

View File

@@ -19,7 +19,7 @@ import bodyParser from 'body-parser';
// ┌ ┐
// │ Handle FOSS vs paid version │
// └ ┘
const isFossVersion = true;
const isFossVersion = false;
import storeSDK from '@janishutz/store-sdk';
import sdk from '@janishutz/login-sdk-server';