WIP: update to next.js #37

Draft
Sahamone wants to merge 50 commits from major-update into dev
2 changed files with 7 additions and 0 deletions
Showing only changes of commit f01566f826 - Show all commits

View File

@ -18,5 +18,6 @@ jobs:
ls ${{ gitea.workspace }}
- run: echo "🍏 This job's status is ${{ job.status }}."
- run: cd banquise-website
- run: ls
- run: npm ci
- run: npm run build

6
package-lock.json generated Normal file
View File

@ -0,0 +1,6 @@
{
"name": "website-front",
"lockfileVersion": 3,
"requires": true,
"packages": {}
}