Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

what is bucket #3889

Closed
wants to merge 2 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions web/cypress.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export default defineConfig({
screenshotOnRunFailure: false,
video: false,
e2e: {
specPattern: '**/fire-behaviour-advisory-calculator-page.cy.ts',
// We've imported your old cypress plugins here.
// You may want to clean this up later by importing these.
setupNodeEvents(on, config) {
Expand Down
4 changes: 2 additions & 2 deletions web/src/utils/env.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ let ENV = {
SENTRY_DSN: process.env.REACT_APP_SENTRY_DSN as string,
SENTRY_ENV: process.env.REACT_APP_SENTRY_ENV as string
}

console.log('pmtiles1', ENV.PMTILES_BUCKET)
// If the app is built using 'npm run build'
if (process.env.NODE_ENV === 'production') {
// window.env is set in index.html, populated by env variables.
Expand All @@ -36,7 +36,7 @@ if (process.env.NODE_ENV === 'production') {
SENTRY_ENV: window.env.REACT_APP_SENTRY_ENV
}
}

console.log('pmtiles2', ENV.PMTILES_BUCKET)
export const {
API_BASE_URL,
RASTER_SERVER_BASE_URL,
Expand Down
Loading