Fix: Remove unneeded paths from main.js
This commit is contained in:
parent
18b4b0d6fc
commit
5eb98f0bee
1 changed files with 0 additions and 5 deletions
|
@ -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: {},
|
||||
|
|
Loading…
Reference in a new issue