Skip to content
Snippets Groups Projects

feat(ssi): multitenancy support

Merged Berend Sliedrecht requested to merge tsabolov/ocm-engine:multitenancy into main
2 files
+ 2
20
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 1
10
{
"$schema": "https://json.schemastore.org/nest-cli",
"collection": "@nestjs/schematics",
"sourceRoot": "src",
"compilerOptions": {
"typeCheck": true,
"builder": {
"type": "swc",
"options": {
"swcrcPath": "../../.swcrc"
}
}
}
"sourceRoot": "src"
}
Loading