fix: build files

This commit is contained in:
2025-06-01 20:53:19 +02:00
parent 30504d9a2e
commit 86872d453b
8 changed files with 4 additions and 841 deletions

View File

@@ -6,7 +6,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel --port 1312 --public-url / index.pug --open",
"build": "parcel build index.pug --out-dir docs --public-url /html-over-js --no-minify",
"build": "parcel build index.pug --out-dir dist --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>",