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