mirror of
https://github.com/geekgeekrun/geekgeekrun.git
synced 2026-09-09 01:17:06 +08:00
migrate db file to runtimeFolder
This commit is contained in:
@@ -141,3 +141,7 @@ export const writeStorageFile = async (fileName, content) => {
|
||||
fileContent
|
||||
)
|
||||
}
|
||||
|
||||
export const getPublicDbFilePath = () => {
|
||||
return path.join(storageFilePath, 'public.db')
|
||||
}
|
||||
Reference in New Issue
Block a user