Host dev for local network access (i.e. mobile)

This commit is contained in:
IRBorisov 2023-12-30 14:47:10 +03:00
parent 0bb902145c
commit 0a4d48f6ef

View File

@ -6,7 +6,7 @@
"scripts": {
"prepare": "lezer-generator src/components/RSInput/rslang/rslangFull.grammar -o src/components/RSInput/rslang/parser.ts && lezer-generator src/components/RefsInput/parse/refsText.grammar -o src/components/RefsInput/parse/parser.ts",
"test": "jest",
"dev": "vite",
"dev": "vite --host",
"build": "tsc && vite build",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
"preview": "vite preview"