mirror of
https://github.com/owncast/owncast.git
synced 2024-11-21 12:18:02 +03:00
fix(web): isable swc features and fix build
This commit is contained in:
parent
39f486cd52
commit
e5a4404770
1 changed files with 3 additions and 0 deletions
|
@ -2,6 +2,9 @@
|
|||
"name": "owncast-web",
|
||||
"version": "0.1.0",
|
||||
"private": true,
|
||||
"resolutions": {
|
||||
"babel-preset-current-node-syntax": "1.0.0"
|
||||
},
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "next build",
|
||||
|
|
Loading…
Reference in a new issue