mirror of
https://github.com/Kaelio/ktx.git
synced 2026-06-13 08:15:14 +02:00
Merge origin/main into npx-ktx-python-daemon
This commit is contained in:
commit
88a65bbdc7
148 changed files with 14743 additions and 3508 deletions
|
|
@ -14,7 +14,7 @@ function lowerProductName() {
|
|||
describe('scanFileContent', () => {
|
||||
it('rejects source imports from application directories', () => {
|
||||
const serverAlias = '@' + 'server/contracts';
|
||||
const pythonAppPath = 'python-service/' + 'app/api/endpoints/semantic_layer.py';
|
||||
const pythonAppPath = `${['python', 'service'].join('-')}/app/api/endpoints/semantic_layer.py`;
|
||||
|
||||
const violations = [
|
||||
...scanFileContent('packages/context/src/index.ts', `import { orpc } from '${serverAlias}';`),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue