Skip to content

Commit 20377d9

Browse files
committed
chore: get build to pass
1 parent ebc8da3 commit 20377d9

1 file changed

Lines changed: 8 additions & 8 deletions

File tree

packages/appkit/tsdown.config.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -30,36 +30,36 @@ export default defineConfig([
3030
copy: [
3131
{
3232
from: "src/plugins/server/remote-tunnel/index.html",
33-
to: "dist/plugins/server/remote-tunnel/index.html",
33+
to: "dist/plugins/server/remote-tunnel",
3434
},
3535
{
3636
from: "src/plugins/server/remote-tunnel/wait.html",
37-
to: "dist/plugins/server/remote-tunnel/wait.html",
37+
to: "dist/plugins/server/remote-tunnel",
3838
},
3939
{
4040
from: "src/plugins/server/remote-tunnel/denied.html",
41-
to: "dist/plugins/server/remote-tunnel/denied.html",
41+
to: "dist/plugins/server/remote-tunnel",
4242
},
4343
// Plugin manifest JSON files (source of truth for static analysis)
4444
{
4545
from: "src/plugins/analytics/manifest.json",
46-
to: "dist/plugins/analytics/manifest.json",
46+
to: "dist/plugins/analytics",
4747
},
4848
{
4949
from: "src/plugins/files/manifest.json",
50-
to: "dist/plugins/files/manifest.json",
50+
to: "dist/plugins/files",
5151
},
5252
{
5353
from: "src/plugins/genie/manifest.json",
54-
to: "dist/plugins/genie/manifest.json",
54+
to: "dist/plugins/genie",
5555
},
5656
{
5757
from: "src/plugins/lakebase/manifest.json",
58-
to: "dist/plugins/lakebase/manifest.json",
58+
to: "dist/plugins/lakebase",
5959
},
6060
{
6161
from: "src/plugins/server/manifest.json",
62-
to: "dist/plugins/server/manifest.json",
62+
to: "dist/plugins/server",
6363
},
6464
],
6565
},

0 commit comments

Comments
 (0)