change website

This commit is contained in:
Rene Haas
2022-11-12 12:07:19 +01:00
parent 9c1402f197
commit d43ddb328a
178 changed files with 1593 additions and 184 deletions
+1 -1
View File
@@ -2,7 +2,7 @@
"private": true,
"scripts": {
"dev": "concurrently \"node esbuild.mjs -w\" \"wait-on -d 2000 ./next-app/src && cd next-app && next dev\"",
"build": "node esbuild.mjs && cd next-app && next build && next export",
"build": "node esbuild.mjs -p && cd next-app && next build && next export",
"start": "node esbuild.mjs && cd next-app && next start"
},
"dependencies": {