-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #539 from navikt/migrere-til-vite
Migrere til vite
- Loading branch information
Showing
126 changed files
with
4,891 additions
and
2,503 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,14 @@ | ||
ENV=prod | ||
REACT_APP_MILJO=local | ||
REACT_APP_VERSION=local | ||
REACT_APP_URL=http://localhost:3000/person/personopplysninger | ||
REACT_APP_DINE_SAKER_URL=https://person.nav.no/mine-saker | ||
REACT_APP_PDL_URL=https://www.nav.no/person/pdl-fullmakt-ui | ||
REACT_APP_SKJERMING_URL=https://www.nav.no/person/personopplysninger/skjerming | ||
REACT_APP_API_URL=http://localhost:8080/person/personopplysninger-api | ||
REACT_APP_DSOP_URL=http://localhost:8081/person/dsop-api | ||
REACT_APP_UTBETALINGSOVERSIKT_URL=https://www.intern.dev.nav.no/utbetalingsoversikt | ||
REACT_APP_SYKEFRAVAER_URL=https://www.ekstern.dev.nav.no/syk/sykefravaer | ||
REACT_APP_LOGIN_URL=https://loginservice-q.nav.no/login | ||
REACT_APP_INNLOGGINGSSTATUS_URL=http://localhost:8095/innloggingsstatus/auth | ||
REACT_APP_DITT_NAV_URL=https://www.nav.no/minside | ||
REACT_APP_TELEMETRY_URL=http://localhost:12347/collect | ||
VITE_ENV=local | ||
VITE_BUILD_VERSION=localbuild | ||
VITE_APP_URL=http://localhost:3000/person/personopplysninger | ||
VITE_DINE_SAKER_URL=https://person.nav.no/mine-saker | ||
VITE_PDL_URL=https://www.nav.no/person/pdl-fullmakt-ui | ||
VITE_SKJERMING_URL=https://www.nav.no/person/personopplysninger/skjerming | ||
VITE_API_URL=http://localhost:8080/person/personopplysninger-api | ||
VITE_DSOP_URL=http://localhost:8081/person/dsop-api | ||
VITE_UTBETALINGSOVERSIKT_URL=https://www.intern.dev.nav.no/utbetalingsoversikt | ||
VITE_SYKEFRAVAER_URL=https://www.ekstern.dev.nav.no/syk/sykefravaer | ||
VITE_LOGIN_URL=https://loginservice-q.nav.no/login | ||
VITE_INNLOGGINGSSTATUS_URL=http://localhost:8095/innloggingsstatus/auth | ||
VITE_DITT_NAV_URL=https://www.nav.no/minside | ||
VITE_TELEMETRY_URL=http://localhost:12347/collect |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,18 @@ | ||
<!DOCTYPE html> | ||
<!doctype html> | ||
<html lang="no"> | ||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" /> | ||
<meta name="theme-color" content="#000000" /> | ||
<link rel="shortcut icon" href="%PUBLIC_URL%/favicon.ico" /> | ||
<link rel="stylesheet" href="%PUBLIC_URL%/index.css" /> | ||
<link rel="icon" href="/favicon.ico" /> | ||
<link rel="stylesheet" href="/index.css" /> | ||
<title>Personopplysninger - www.nav.no</title> | ||
</head> | ||
<body> | ||
<noscript> You need to enable JavaScript to run this app. </noscript> | ||
<div class="pagewrapper"> | ||
<main class="app" id="maincontent"></main> | ||
</div> | ||
<script type="module" src="/src/index.tsx"></script> | ||
</body> | ||
</html> |
Oops, something went wrong.