mirror of
https://github.com/gromlab-ru/slm-design.git
synced 2026-08-22 07:30:16 +03:00
6 lines
127 B
TypeScript
6 lines
127 B
TypeScript
import { fileURLToPath } from 'node:url'
|
|
|
|
export default {
|
|
publicDir: fileURLToPath(new URL('./public', import.meta.url)),
|
|
}
|