From 6fd5086a36e0c12fcdc824dcaf6f65bfc3a916f1 Mon Sep 17 00:00:00 2001 From: PedroFDiniz <63296960+PedroFDiniz@users.noreply.github.com> Date: Sat, 7 Dec 2024 17:20:20 -0300 Subject: [PATCH] =?UTF-8?q?chore:=20criados=20scripts=20para=20ambientes?= =?UTF-8?q?=20Windows,=20referentes=20=C3=A0=20issue=20#170?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index f053c40..278fbf4 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,9 @@ "test:unit": "vitest --environment jsdom", "test:e2e": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress open'", "test:e2e:ci": "start-server-and-test preview http://127.0.0.1:5050/ 'cypress run'", - "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore" + "lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs --fix --ignore-path .gitignore", + "dev:w": "set VUE_ENV=dev && vite", + "start:w": "set VUE_ENV=prod && node server.js" }, "dependencies": { "@element-plus/icons-vue": "^1.1.4", @@ -22,6 +24,7 @@ "moment": "^2.29.3", "pug": "^3.0.2", "serve-static": "^1.15.0", + "tcc-front": "file:", "vue": "^3.2.33", "vue-router": "^4.0.15", "vue-the-mask": "^0.11.1",