Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
frodehansen2 committed Sep 20, 2024
1 parent c2a1e0e commit 1097eae
Show file tree
Hide file tree
Showing 4 changed files with 258 additions and 11 deletions.
2 changes: 0 additions & 2 deletions apps/sif-demo-app/dev-server.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ const startServer = async () => {
JSON.stringify({
APP_VERSION: `${process.env.APP_VERSION}`,
PUBLIC_PATH: `${process.env.PUBLIC_PATH}`,
INNSYN: `${process.env.INNSYN}`,
FEATURE_TEST_1JULI2024_REGLER: `${process.env.FEATURE_TEST_1JULI2024_REGLER}`,
}),
);

Expand Down
1 change: 1 addition & 0 deletions apps/sif-demo-app/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@
"postcss-import": "16.1.0",
"postcss-styled-syntax": "0.6.4",
"prettier": "3.3.3",
"stylelint": "16.9.0",
"tailwindcss": "3.4.12",
"typescript": "5.6.2",
"typescript-eslint": "8.6.0",
Expand Down
2 changes: 1 addition & 1 deletion apps/sif-demo-app/src/App.tsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import '@navikt/ds-css';

const App = () => {
return <p>App test2</p>;
return <p>Demo app</p>;
};

export default App;
Loading

0 comments on commit 1097eae

Please sign in to comment.