This commit is contained in:
Suvodip
2024-07-23 21:49:48 +05:30
parent 84cab5341a
commit 5dc331a702
26 changed files with 2324 additions and 14 deletions

View File

@@ -5,7 +5,7 @@
"type": "module",
"scripts": {
"build": "remix vite:build",
"dev": "remix vite:dev",
"dev": "remix vite:dev --host 0.0.0.0",
"lint": "eslint --ignore-path .gitignore --cache --cache-location ./node_modules/.cache/eslint .",
"start": "remix-serve ./build/server/index.js",
"typecheck": "tsc"