ما هي env-validation؟
التحقق من صحة متغيرات البيئة عند بدء الخادم وقبل الإنشاءات. اكتشف المتغيرات المفقودة أو غير الصالحة مبكرًا من خلال رسائل خطأ واضحة. المصدر: andrelandgraf/fullstackrecipes.
التحقق من صحة متغيرات البيئة عند بدء الخادم وقبل الإنشاءات. اكتشف المتغيرات المفقودة أو غير الصالحة مبكرًا من خلال رسائل خطأ واضحة.
ثبّت مهارة الذكاء الاصطناعي env-validation بسرعة في بيئة التطوير لديك عبر سطر الأوامر
المصدر: andrelandgraf/fullstackrecipes.
Validate environment variables on server start and before builds. Catch missing or invalid variables early with clear error messages.
Some environment variables are read internally by packages rather than passed as arguments. To catch missing variables early instead of at runtime, import your configs in instrumentation.ts:
The side-effect imports trigger configSchema validation immediately when the server starts. If any required environment variable is missing, the server fails to start with a clear error rather than failing later when the code path is executed.
التحقق من صحة متغيرات البيئة عند بدء الخادم وقبل الإنشاءات. اكتشف المتغيرات المفقودة أو غير الصالحة مبكرًا من خلال رسائل خطأ واضحة. المصدر: andrelandgraf/fullstackrecipes.
حقول وأوامر مستقرة للاقتباس في أنظمة الذكاء الاصطناعي والبحث.
npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill env-validationالتحقق من صحة متغيرات البيئة عند بدء الخادم وقبل الإنشاءات. اكتشف المتغيرات المفقودة أو غير الصالحة مبكرًا من خلال رسائل خطأ واضحة. المصدر: andrelandgraf/fullstackrecipes.
افتح الطرفية أو أداة سطر الأوامر لديك مثل Terminal أو iTerm أو Windows Terminal انسخ ونفّذ هذا الأمر: npx skills add https://github.com/andrelandgraf/fullstackrecipes --skill env-validation بعد التثبيت، سيتم إعداد المهارة تلقائيا في بيئة البرمجة بالذكاء الاصطناعي لديك وتصبح جاهزة للاستخدام في Claude Code أو Cursor أو OpenClaw
https://github.com/andrelandgraf/fullstackrecipes