Add minimal Parcel integration
Closes: https://todo.sr.ht/~emersion/gamja/107
This commit is contained in:
@@ -11,5 +11,11 @@
|
||||
"scripts": {
|
||||
"start": "http-server ."
|
||||
},
|
||||
"private": true
|
||||
"private": true,
|
||||
"targets": {
|
||||
"default": {
|
||||
"source": "index.html",
|
||||
"publicUrl": "."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user