Latest Updates

Documenting code, one commit at a time.

Enhancing ERP-1st: Package Management Update

Introduction

Working on ERP-1st, a comprehensive enterprise resource planning solution, involves continuous updates and maintenance to ensure stability and incorporate the latest improvements.

The Update

A recent task focused on updating the package-lock.json file. This file is crucial for managing the versions of dependencies in a Node.js project.

Read more

Fixing Tauri CORS Configuration: A Deep Dive

Ever struggled with CORS errors in your Tauri application? Configuring Cross-Origin Resource Sharing (CORS) can be tricky, especially when dealing with local development and production deployments. Let's explore a common issue and its solution within a Tauri v2 environment.

The Problem: Strict CORS in Tauri

Tauri, by default, enforces strict CORS policies for enhanced security.

Read more