Переименование с init названия
Some checks failed
CI / main (push) Has been cancelled

This commit is contained in:
Igor Rybakov
2026-03-06 23:27:57 +02:00
parent f919ea66f6
commit b9918116ae
16 changed files with 52 additions and 52 deletions

View File

@@ -10,7 +10,7 @@ const swcJestConfig = JSON.parse(
swcJestConfig.swcrc = false;
module.exports = {
displayName: '@my-monorepo/api',
displayName: '@spairtech/api',
preset: '../../jest.preset.js',
testEnvironment: 'node',
transform: {

View File

@@ -1,5 +1,5 @@
{
"name": "@my-monorepo/api",
"name": "@spairtech/api",
"version": "0.0.1",
"private": true,
"nx": {
@@ -63,15 +63,15 @@
"build"
],
"options": {
"buildTarget": "@my-monorepo/api:build",
"buildTarget": "@spairtech/api:build",
"runBuildTargetDependencies": false
},
"configurations": {
"development": {
"buildTarget": "@my-monorepo/api:build:development"
"buildTarget": "@spairtech/api:build:development"
},
"production": {
"buildTarget": "@my-monorepo/api:build:production"
"buildTarget": "@spairtech/api:build:production"
}
}
},