Closed cowboycodr closed 7 months ago
Added form validation using the superValidate function from sveltekit-superforms for creating a new project in page.server.js. This ensures that the form data is validated before inserting the project into the database.
superValidate
sveltekit-superforms
page.server.js
The latest updates on your projects. Learn more about Vercel for Git ↗︎
Added form validation using the
superValidate
function fromsveltekit-superforms
for creating a new project inpage.server.js
. This ensures that the form data is validated before inserting the project into the database.