mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-05-24 02:02:36 -04:00
Try to fix bun run build
This commit is contained in:
parent
5c13f38dab
commit
90993169e2
@ -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);
|
||||||
|
@ -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"],
|
||||||
|
Loading…
x
Reference in New Issue
Block a user