feat: autoupdate based on date rather than version

This commit is contained in:
neoapps-dev
2026-04-22 16:10:31 +03:00
parent b18dc6f898
commit fea0d56f9d
3 changed files with 10 additions and 18 deletions
+3
View File
@@ -7,6 +7,9 @@ export default defineConfig({
react(),
tailwindcss(),
],
define: {
__BUILD_DATE__: JSON.stringify(new Date().toISOString()),
},
server: {
port: 1420,
strictPort: true,