All in dirs (#154)

* Split the project into template and opensaas-sh (demo app (diff) + docs).

* fix
This commit is contained in:
Martin Šošić
2024-06-04 13:24:32 +02:00
committed by GitHub
parent 496480509a
commit 04553cd60c
265 changed files with 22081 additions and 70 deletions

View File

@@ -0,0 +1,10 @@
--- template/app/src/server/scripts/usersSeed.ts
+++ opensaas-sh/app/src/server/scripts/usersSeed.ts
@@ -26,6 +26,7 @@
credits: faker.number.int({ min: 0, max: 3 }),
checkoutSessionId: null,
subscriptionTier: faker.helpers.arrayElement([TierIds.HOBBY, TierIds.PRO]),
+ isMockUser: true,
};
return user;
}