wip: using local package for development

This commit is contained in:
2025-05-01 16:14:20 +01:00
parent 2eda77827a
commit c8d9ae7aff
7 changed files with 18 additions and 9 deletions

View File

@@ -38,6 +38,7 @@ export const App = () => {
createEffect(() => {
if (currentPlatform !== "ios" && currentPlatform !== "android") {
console.log("not correct platform");
return;
}
@@ -51,6 +52,9 @@ export const App = () => {
throw error;
},
);
console.log(intent);
setFile(
new File([contents], intent.name ?? "no-name", {
type: intent.content_type,