mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Try to fix bun run build
This commit is contained in:
parent
bb62a2844f
commit
f8aae2f701
@ -1,4 +1,4 @@
|
||||
import { supportedLanguages } from "~/providers/translations.web.ssr";
|
||||
import { supportedLanguages } from "~/providers/translations.compile";
|
||||
|
||||
export default (): Response => {
|
||||
return Response.json(supportedLanguages);
|
||||
|
@ -20,6 +20,9 @@ export default {
|
||||
},
|
||||
plugins: [
|
||||
one({
|
||||
web: {
|
||||
defaultRenderMode: "ssr",
|
||||
},
|
||||
deps: {
|
||||
"@expo/html-elements": {
|
||||
"**/*.js": ["jsx"],
|
||||
|
Loading…
x
Reference in New Issue
Block a user