Delete startos/file-models/store.json
This commit is contained in:
@@ -1,8 +0,0 @@
|
||||
import { FileHelper, z } from '@start9labs/start-sdk'
|
||||
|
||||
export const store = FileHelper.json(
|
||||
'./store.json',
|
||||
z.object({
|
||||
adminPassword: z.string().optional(),
|
||||
}),
|
||||
)
|
||||
Reference in New Issue
Block a user