fix: validate workaround
based on https://github.com/maplibre/maplibre-style-spec/blob/main/bin/gl-style-validate.ts
This commit is contained in:
parent
086bffe7aa
commit
0b39db6a25
1 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ import fs from 'node:fs';
|
|||
|
||||
import clone from 'clone';
|
||||
import express from 'express';
|
||||
import { validate } from '@maplibre/maplibre-gl-style-spec';
|
||||
import validate from '../node_modules/@maplibre/maplibre-gl-style-spec/src/validate_style';
|
||||
|
||||
import { getPublicUrl } from './utils.js';
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue