1
Fork 0
This repository has been archived on 2024-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
qr-code-component/vite.config.js

6 lines
96 B
JavaScript
Raw Normal View History

2024-10-07 11:54:25 +00:00
import path from "path";
export default {
base: "/" + path.basename(process.cwd()) + "/",
};