i-darrshan's picture
initial update of the vite site
62c3fe0
raw
history blame contribute delete
180 Bytes
//Flag for using vapi
const useVapi = false;
//Routes
const useApiPrefix = true; // Set to true to use /api prefix, false for no prefix
module.exports = {useVapi, useApiPrefix};