Fixed debug launch options

This commit is contained in:
Lucas Dower 2022-03-22 20:02:27 +00:00
parent 84bd140c46
commit acde66085f

View File

@ -2,7 +2,7 @@
"name": "objtoschematic",
"version": "0.4.0",
"description": "A tool to convert .obj files into voxels and then into Minecraft Schematic files",
"main": "./dist/main.js",
"main": "./dist/src/main.js",
"engines": {
"node": ">=14.0.0"
},