chore: add dev docs

This commit is contained in:
Shahrad Elahi
2024-02-12 10:25:37 +03:30
parent 65ef4bba92
commit 19c0788fa9
6 changed files with 46 additions and 20 deletions

View File

@@ -3,15 +3,15 @@
"version": "1.1.2",
"type": "module",
"scripts": {
"dev": "NODE_ENV=development vite dev",
"build": "NODE_ENV=build vite build",
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"test": "mocha",
"check:format": "prettier --check .",
"format": "prettier --write .",
"start": "NODE_ENV=production node ./build/index.js"
"start": "node ./build/index.js"
},
"packageManager": "pnpm@8.15.0",
"engines": {