chore: so my boss wanted this button ...

permalink: http://whatthecommit.com/9e7c6cba3d5a056463c8c0f2656bbc67
This commit is contained in:
EvolutionX
2022-10-03 22:11:12 +05:30
parent e6581e6eba
commit 3e0ef786a3

View File

@@ -16,7 +16,7 @@
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "tsup && node .",
"dev": "tsup && node --no-warnings .",
"dev": "tsup && node --preserve-symlinks .",
"watch": "tsup --watch --onSuccess \"node .\"",
"compile": "tsup"
},