Fix ant not loading in storybook

This commit is contained in:
Gabe Kangas 2023-01-26 19:10:40 -08:00
parent f4ef01fca0
commit d40999b7e1
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

@ -2,7 +2,6 @@
"name": "owncast-admin",
"version": "0.1.0",
"private": true,
"sideEffects": false,
"scripts": {
"dev": "next dev",
"build": "next build && next export",
@ -116,4 +115,4 @@
"style-loader": "3.3.1",
"typescript": "4.9.4"
}
}
}