Try to fix bun run build

This commit is contained in:
Zoe Roux 2025-02-28 09:37:21 +01:00
parent 5c13f38dab
commit 90993169e2
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View File

@ -1,4 +1,4 @@
import { supportedLanguages } from "~/providers/translations.web.ssr"; import { supportedLanguages } from "~/providers/translations.compile";
export default (): Response => { export default (): Response => {
return Response.json(supportedLanguages); return Response.json(supportedLanguages);

View File

@ -20,6 +20,9 @@ export default {
}, },
plugins: [ plugins: [
one({ one({
web: {
defaultRenderMode: "ssr",
},
deps: { deps: {
"@expo/html-elements": { "@expo/html-elements": {
"**/*.js": ["jsx"], "**/*.js": ["jsx"],