Skip to content

Commit 24384fb

Browse files
committed
push build stuff to master!
1 parent 7d53ffa commit 24384fb

2 files changed

Lines changed: 2 additions & 5 deletions

File tree

embedded/web/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@element-hq/element-call-embedded",
2+
"name": "@sableclient/sable-call-embedded",
33
"version": "0.0.0",
44
"files": [
55
"README.md",
@@ -9,6 +9,6 @@
99
],
1010
"repository": {
1111
"type": "git",
12-
"url": "git+https://github.com/element-hq/element-call.git"
12+
"url": "git+https://github.com/SableClient/SableCall.git"
1313
}
1414
}

vite-embedded.config.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ export default defineConfig((env) =>
1919
defineConfig({
2020
base, // Use relative URLs to allow the app to be hosted under any path
2121
publicDir: false, // Don't serve the public directory which only contains the favicon
22-
build: {
23-
outDir: "embedded/web/dist",
24-
},
2522
plugins: [
2623
generateFile([
2724
{

0 commit comments

Comments
 (0)