MURO⚡
MURO⚡
MManifest
Created by Toàn on 3/19/2025 in #questions-🙋
Deploy to CloudFlare Pages and using D1 & R2
is there a deploy guide somewhere?
6 replies
MManifest
Created by MURO⚡ on 3/17/2025 in #questions-🙋
How to make a seeder for a entity?
i mean multiple of those, this is one workexperience
6 replies
MManifest
Created by MURO⚡ on 3/17/2025 in #questions-🙋
How to make a seeder for a entity?
@brunobuddy yes I would like to create a custom seeder for a specific entity, maybe we could have seed files with content like this: seed-workexperience.yml ? with content:
seed:
WorkExperience:
- companyName: "Company BV"
position: "Software Engineer"
startDate: "2020-01-01"
endDate: "2021-01-01"
description: "I worked as a software engineer at Company BV from 2020 to 2021."
location: "Amsterdam, Netherlands"
employmentType: "Full-time"
seed:
WorkExperience:
- companyName: "Company BV"
position: "Software Engineer"
startDate: "2020-01-01"
endDate: "2021-01-01"
description: "I worked as a software engineer at Company BV from 2020 to 2021."
location: "Amsterdam, Netherlands"
employmentType: "Full-time"
6 replies