Переименование с 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

@@ -5,9 +5,9 @@ export default defineConfig({
...nxE2EPreset(__filename, {
cypressDir: 'src',
webServerCommands: {
default: 'npx nx run @my-monorepo/web:dev',
default: 'npx nx run @spairtech/web:dev',
},
ciWebServerCommand: 'npx nx run @my-monorepo/web:start',
ciWebServerCommand: 'npx nx run @spairtech/web:start',
ciBaseUrl: 'http://localhost:3000',
}),
baseUrl: 'http://127.0.0.1:3000',

View File

@@ -1,10 +1,10 @@
{
"name": "@my-monorepo/web-e2e",
"name": "@spairtech/web-e2e",
"version": "0.0.1",
"private": true,
"nx": {
"implicitDependencies": [
"@my-monorepo/web"
"@spairtech/web"
]
}
}

View File

@@ -1,6 +1,6 @@
import { getGreeting } from '../support/app.po';
describe('@my-monorepo/web-e2e', () => {
describe('@spairtech/web-e2e', () => {
beforeEach(() => cy.visit('/'));
it('should display welcome message', () => {