Add minimal Parcel integration
Closes: https://todo.sr.ht/~emersion/gamja/107
This commit is contained in:
parent
4309cf44d3
commit
ab2f8092a8
2 changed files with 15 additions and 1 deletions
|
@ -11,5 +11,11 @@
|
|||
"scripts": {
|
||||
"start": "http-server ."
|
||||
},
|
||||
"private": true
|
||||
"private": true,
|
||||
"targets": {
|
||||
"default": {
|
||||
"source": "index.html",
|
||||
"publicUrl": "."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue