feat: move build files to docs folder

This commit is contained in:
2025-06-01 20:42:58 +02:00
parent 310e284abe
commit 30504d9a2e
7 changed files with 840 additions and 3 deletions

View File

@@ -5,8 +5,8 @@
"main": "index.pug",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel --public-url / index.pug --open",
"build": "parcel build index.pug --no-minify",
"start": "parcel --port 1312 --public-url / index.pug --open",
"build": "parcel build index.pug --out-dir docs --public-url /html-over-js --no-minify",
"format": "prettier --write src/**/*.pug index.pug package.json && prettier --write --parser json .pugrc"
},
"author": "Michael Werner Czechowski <mail@dailysh.it>",