This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user