one
Version:
One is a new React Framework that makes Vite serve both native and web.
16 lines (15 loc) • 427 B
JavaScript
const vercelBuildOutputConfigBase = {
version: 3,
// https://vercel.com/docs/build-output-api/v3/configuration#routes
routes: [
// Not sure if we really need this, but having this seems to break the 'rewrite's we will add to handle dynamic routes.
// {
// src: '/(.*)',
// status: 200,
// },
]
};
export {
vercelBuildOutputConfigBase
};
//# sourceMappingURL=vc-build-output-config-base.js.map