mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2026-03-01 13:40:41 +00:00
6 lines
167 B
TypeScript
6 lines
167 B
TypeScript
const publicPath = (document.currentScript as HTMLScriptElement).src.replace(/^(.*\/)[^/]+$/, '$1');
|
|
|
|
export function getPublicPath(): string {
|
|
return publicPath;
|
|
}
|