aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorLibravatar André Oliveira <37463445+SpecialAro@users.noreply.github.com>2024-01-28 10:07:15 +0000
committerLibravatar GitHub <noreply@github.com>2024-01-28 10:07:15 +0000
commit07cadae5006432b6494eea0797193109a4462895 (patch)
tree3e3f58b2b6ff542ba7a90c96593c6f7da80b418b /package.json
parent2.0.6 [skip ci] (diff)
downloadferdium-server-07cadae5006432b6494eea0797193109a4462895.tar.gz
ferdium-server-07cadae5006432b6494eea0797193109a4462895.tar.zst
ferdium-server-07cadae5006432b6494eea0797193109a4462895.zip
Remove python references and MSVS (#94)
* Remove python references and MSVS * add back python references * Resurrecting doc for python; Upgrade version of recipes submodule --------- Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index a47b9c8..afebb33 100644
--- a/package.json
+++ b/package.json
@@ -19,6 +19,7 @@
19 "prepare": "is-ci || husky install", 19 "prepare": "is-ci || husky install",
20 "dev": "cross-env-shell ENV_PATH=.env.development node ace serve --watch", 20 "dev": "cross-env-shell ENV_PATH=.env.development node ace serve --watch",
21 "migrate": "cross-env-shell ENV_PATH=.env.development node ace migration:run", 21 "migrate": "cross-env-shell ENV_PATH=.env.development node ace migration:run",
22 "refresh": "cross-env-shell ENV_PATH=.env.development node ace migration:refresh",
22 "status": "cross-env-shell ENV_PATH=.env.development node ace migration:status", 23 "status": "cross-env-shell ENV_PATH=.env.development node ace migration:status",
23 "build": "node ace build --production", 24 "build": "node ace build --production",
24 "start": "cross-env-shell ENV_PATH=.env node build/server.js", 25 "start": "cross-env-shell ENV_PATH=.env node build/server.js",