Added Telephony Context and removed HelloWorld

example
This commit is contained in:
2023-10-06 16:30:24 -05:00
parent c366605fe1
commit 1408725f91
15 changed files with 1367 additions and 195 deletions

View File

@@ -1,7 +1,7 @@
import { defineConfig } from 'vite'
import vue from '@vitejs/plugin-vue'
import { defineConfig } from "vite";
import vue from "@vitejs/plugin-vue";
// https://vitejs.dev/config/
export default defineConfig({
plugins: [vue()],
})
});