Try to fix bun run build

This commit is contained in:
2025-02-28 09:37:21 +01:00
parent bb62a2844f
commit f8aae2f701
2 changed files with 4 additions and 1 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
import { supportedLanguages } from "~/providers/translations.web.ssr";
import { supportedLanguages } from "~/providers/translations.compile";
export default (): Response => {
return Response.json(supportedLanguages);
+3
View File
@@ -20,6 +20,9 @@ export default {
},
plugins: [
one({
web: {
defaultRenderMode: "ssr",
},
deps: {
"@expo/html-elements": {
"**/*.js": ["jsx"],