Use version checker to inform customers that they may be running an outdated version of Makerkit

This commit is contained in:
gbuomprisco
2024-09-22 16:23:55 +02:00
parent b0d052a108
commit 3221677bd3
2 changed files with 63 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
{
"name": "version",
"private": true,
"version": "0.1.0",
"scripts": {
"dev": "node src/index.mjs"
}
}