We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7d53ffa commit 24384fbCopy full SHA for 24384fb
2 files changed
embedded/web/package.json
@@ -1,5 +1,5 @@
1
{
2
- "name": "@element-hq/element-call-embedded",
+ "name": "@sableclient/sable-call-embedded",
3
"version": "0.0.0",
4
"files": [
5
"README.md",
@@ -9,6 +9,6 @@
9
],
10
"repository": {
11
"type": "git",
12
- "url": "git+https://github.com/element-hq/element-call.git"
+ "url": "git+https://github.com/SableClient/SableCall.git"
13
}
14
vite-embedded.config.ts
@@ -19,9 +19,6 @@ export default defineConfig((env) =>
19
defineConfig({
20
base, // Use relative URLs to allow the app to be hosted under any path
21
publicDir: false, // Don't serve the public directory which only contains the favicon
22
- build: {
23
- outDir: "embedded/web/dist",
24
- },
25
plugins: [
26
generateFile([
27
0 commit comments