Optional
aliasOptional
extraExtra globs to exclude from traversal, can help with performance:
Optional
inspectInclude the inspect plugin, which allows you to see how vite is transforming code:
Optional
proxyProxy rules to apply to the dev server (i.e. when it should forward requests to a backend)
The os path to the files that will deployed to sameDomStaticUrl
.
Note if the static files are hosted on the same domain (i.e. not linking to a cdn, these can be the same as main static version)
E.g. /.../~sds
The absolute url online that sameDomStaticPath
files can be retrieved from
Note if the static files are hosted on the same domain (i.e. not linking to a cdn, these can be the same as main static version)
E.g. https://example.com/~sds
Optional
serverThe os path to the files that will deployed to staticUrl
.
E.g. /.../static
The absolute url online that staticPath
files can be retrieved from
E.g. https://example.com/static
Generated using TypeDoc
Allows vite to handle custom import phrases, note if they're in tsconfig not 100% sure if this is needed. E.g. import { resolve } from "path"; alias: { "@": resolve("./bitbazaar"), }