make key optional and updated TelephonyContext example
This commit is contained in:
@@ -6,7 +6,7 @@ import mkcert from "vite-plugin-mkcert";
|
||||
// https://vitejs.dev/config/
|
||||
export default defineConfig(({ command }) => {
|
||||
if (command === "build") {
|
||||
return { plugins: [vue()], base: "/ca_vue_apps/dist" };
|
||||
return { plugins: [vue()] };
|
||||
} else {
|
||||
return {
|
||||
cors: {
|
||||
|
||||
Reference in New Issue
Block a user