no more any types, forgot to actually call env in migration

This commit is contained in:
2025-04-04 20:18:39 +02:00
parent a7430c3b67
commit 416ae34317
4 changed files with 40 additions and 8 deletions

View File

@@ -9,8 +9,8 @@ migrate(app => {
const password = process.env.PASSWORD ?? '1234567890'
// This should be communicated to the user, or be set by the user.
record.set("email", "test@example.com")
record.set("password", "1234567890")
record.set("email", email)
record.set("password", password)
app.save(record)
const data = [