ados-rcm 1.1.326 → 1.1.327

Sign up to get free protection for your applications and to get access to all the features.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ados-rcm",
3
- "version": "1.1.326",
3
+ "version": "1.1.327",
4
4
  "private": false,
5
5
  "license": "MIT",
6
6
  "type": "module",
@@ -25,7 +25,7 @@
25
25
  "dist"
26
26
  ],
27
27
  "scripts": {
28
- "dev": "vite --port 3010",
28
+ "dev": "vite --port 3030",
29
29
  "serve": "vite --host --port 3030",
30
30
  "build": "tsc && npm run lint && vite build",
31
31
  "deploy": "npm run build && npm version patch --no-git-tag-version && npm publish",