Fix: Remove unneeded paths from main.js

This commit is contained in:
acalcutt 2024-09-01 14:36:30 -04:00
parent 18b4b0d6fc
commit 5eb98f0bee

View file

@ -109,9 +109,6 @@ const startWithInputFile = async (inputFile) => {
'../node_modules/tileserver-gl-styles/',
);
const filesDir = path.resolve(__dirname, '../public/files');
const iconsDir = path.resolve(__dirname, '../public/resources/images');
const config = {
options: {
paths: {
@ -120,8 +117,6 @@ const startWithInputFile = async (inputFile) => {
styles: 'styles',
mbtiles: inputFilePath,
pmtiles: inputFilePath,
icons: iconsDir,
files: filesDir,
},
},
styles: {},