support window

This commit is contained in:
notmd
2023-02-01 20:30:04 +07:00
parent fdd57eda85
commit ff94e3a6e0
2 changed files with 30 additions and 1 deletions
+2 -1
View File
@@ -6,7 +6,7 @@
"scripts": {
"dev": "next dev",
"build": "next build",
"build:analyze": "ANALYZE=true next build",
"build:analyze": "cross-env ANALYZE=true next build",
"start": "next start",
"lint": "next lint",
"typecheck": "tsc --noEmit",
@@ -92,6 +92,7 @@
"@types/react": "18.0.26",
"@typescript-eslint/eslint-plugin": "^5.47.1",
"babel-loader": "^8.3.0",
"cross-env": "^7.0.3",
"cypress": "^12.2.0",
"cypress-image-diff-js": "^1.23.0",
"eslint-plugin-storybook": "^0.6.8",