Skip to content

Commit

Permalink
feat: page deploiement bal (#1824)
Browse files Browse the repository at this point in the history
* feat: page etat du deploiement

* feat: add carto

* fix: map ok

* fix linter

* fix type

* fix: map hover and selected

* fix: import in page

* fix: build

* fix ci

* fix cache and vector tiles

* fix: remove unused files

* fix query stats to mes-adresses api

* feat: add fullscreen control

* fix: scroll in stats

* fix: missing header content type
  • Loading branch information
MaGOs92 authored Sep 24, 2024
1 parent a03a7ed commit 5569326
Show file tree
Hide file tree
Showing 51 changed files with 7,269 additions and 53 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ env:
NEXT_PUBLIC_DATAGOUV_URL: ${{ vars.NEXT_PUBLIC_DATAGOUV_URL }}
NEXT_PUBLIC_API_DEPOT_URL: ${{ vars.NEXT_PUBLIC_API_DEPOT_URL }}
NEXT_PUBLIC_API_ETABLISSEMENTS_PUBLIC: ${{ vars.NEXT_PUBLIC_API_ETABLISSEMENTS_PUBLIC }}
NEXT_PUBLIC_BAL_API_URL: ${{ vars.NEXT_PUBLIC_BAL_API_URL }}

jobs:
build:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -40,5 +40,6 @@ next-env.d.ts
/.storybook/static/dsfr/

public/dsfr
public/communes-index.json

.vscode/
3 changes: 3 additions & 0 deletions next.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const nextConfig = {
test: /\.woff2$/,
type: 'asset/resource',
})
config.resolve.fallback = { fs: false }

return config
},
compiler: {
Expand All @@ -29,6 +31,7 @@ const nextConfig = {
serverActions: {
bodySizeLimit: '3mb',
},
instrumentationHook: true,
},
}

Expand Down
Loading

0 comments on commit 5569326

Please sign in to comment.