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

This commit is contained in:
Никита Круглицкий 2025-10-01 23:58:25 +06:00
parent 86f9ccb5cd
commit 198c04a616

View File

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