mirror of
https://github.com/protomaps/PMTiles.git
synced 2026-02-04 10:51:07 +00:00
8 lines
152 B
TypeScript
8 lines
152 B
TypeScript
import { defineConfig } from 'vite'
|
|
import react from '@vitejs/plugin-react'
|
|
|
|
export default defineConfig({
|
|
base:'/PMTiles/',
|
|
plugins: [react()]
|
|
})
|