This commit is contained in:
cha0s 2024-06-27 07:37:01 -05:00
parent 0cb1624cd8
commit d8528ad7a5

View File

@ -5,9 +5,9 @@
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "node ./server.js",
"dev": "NODE_OPTIONS=--use-openssl-ca node ./server.js",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "cross-env NODE_ENV=production node ./server.js",
"start": "cross-env NODE_ENV=production NODE_OPTIONS=--use-openssl-ca npm run dev",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"test": "vitest app"