Skip to content

Commit

Permalink
Fix a few straggling references
Browse files Browse the repository at this point in the history
  • Loading branch information
bcspragu committed Nov 15, 2024
1 parent 49d6c14 commit 6fc2853
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/server/configs/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,6 @@ port 80
use_azure_runner true

azure_event_subscription feef729b-4584-44af-a0f9-4827075512f9
azure_event_resource_group rmi-sp-pacta-weu-pat-dev
azure_event_resource_group RMI-SP-PACTA-WEU-PAT-DEV
azure_event_topic pacta-events-test

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"build:dev": "NITRO_PRESET=azure nuxi build --dotenv=envs/env.dev",
"deploy:dev": "npm run build:dev && swa deploy pacta-frontend-dev --no-use-keychain --app-name pacta-frontend-dev --resource-group rmi-pacta-dev --env Production",
"build:test": "NITRO_PRESET=azure nuxi build --dotenv=envs/env.test",
"deploy:test": "npm run build:test && swa deploy pacta-frontend-test --no-use-keychain --app-name pacta-frontend-test --resource-group rmi-pacta-test --env Production",
"deploy:test": "npm run build:test && swa deploy pacta-frontend-test --no-use-keychain --app-name pacta-frontend-test --resource-group RMI-SP-PACTA-WEU-PAT-DEV --env Production",
"typecheck": "nuxi typecheck",
"lint": "eslint --cache --ext .js,.vue,.ts ./ && stylelint --cache '**/*.{vue,css,scss}'",
"lint:fix": "eslint --fix --ext .js,.vue,.ts ./ && stylelint '**/*.{vue,css,scss}' --fix",
Expand Down

0 comments on commit 6fc2853

Please sign in to comment.