Add minimal Parcel integration

Closes: https://todo.sr.ht/~emersion/gamja/107
This commit is contained in:
Simon Ser 2021-10-19 00:50:02 +02:00
parent 4309cf44d3
commit ab2f8092a8
2 changed files with 15 additions and 1 deletions

View file

@ -11,5 +11,11 @@
"scripts": {
"start": "http-server ."
},
"private": true
"private": true,
"targets": {
"default": {
"source": "index.html",
"publicUrl": "."
}
}
}