diff options
author | Santhosh Raju <fox@FreeBSD.org> | 2024-11-16 19:15:13 +0100 |
---|---|---|
committer | Santhosh Raju <fox@FreeBSD.org> | 2024-11-16 19:20:48 +0100 |
commit | b60b3ff7cad4221d55a0144542d5dd494b2bc936 (patch) | |
tree | 30eb156740724095e6462f5c236a1ca142fdc2ec /www/opengist/files/patch-package.json | |
parent | russian/libreoffice: fix fetch after update LibreOffice to 24.8.3 (diff) |
www/opengist: New Port: Self-hosted Pastebin powered by Git
Self-hosted pastebin powered by Git, open-source alternative to Github Gist.
WWW: https://opengist.io/
Diffstat (limited to 'www/opengist/files/patch-package.json')
-rw-r--r-- | www/opengist/files/patch-package.json | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/www/opengist/files/patch-package.json b/www/opengist/files/patch-package.json new file mode 100644 index 000000000000..20696004e74d --- /dev/null +++ b/www/opengist/files/patch-package.json @@ -0,0 +1,13 @@ +--- package.json.orig 1979-11-30 00:00:00 UTC ++++ package.json +@@ -34,5 +34,10 @@ + "sugarss": "^4.0.1", + "tailwindcss": "^3.2.7", + "vite": "^4.5.3" ++ }, ++ "overrides": { ++ "vite": { ++ "rollup": "npm:@rollup/wasm-node" ++ } + } + } |