#3 update
All checks were successful
Deploy / deploy (push) Successful in 31s

This commit is contained in:
Никита Круглицкий
2025-10-01 23:47:48 +06:00
parent cd1c023d03
commit 270b186f06
3 changed files with 9 additions and 0 deletions

View File

@@ -11,6 +11,9 @@ export default defineNuxtConfig({
server: {
strictPort: true,
},
define: {
__COMMIT_SHA__: JSON.stringify(process.env.GITHUB_SHA || 'local'),
},
},
ignore: ['**/src-tauri/**'],
})