added verioning system and stable branch

This commit is contained in:
Anirban Kar
2024-12-13 14:04:58 +05:30
parent 68757cbffc
commit daab6e8ead
2 changed files with 155 additions and 0 deletions

View File

@@ -5,6 +5,7 @@
"license": "MIT",
"sideEffects": false,
"type": "module",
"version": "0.0.0",
"scripts": {
"deploy": "npm run build && wrangler pages deploy",
"build": "remix vite:build",