Preparation for proper release

This commit is contained in:
2023-08-05 18:49:04 +01:00
parent 25cda7ef65
commit 25b1250df7
20 changed files with 366 additions and 508 deletions

View File

@@ -3,11 +3,10 @@
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"dev": "next dev -p 4000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"deploy": "git pull && npx next build && npx next start"
"start": "next start -p 4000",
"lint": "next lint"
},
"dependencies": {
"@splidejs/react-splide": "^0.7.12",