Switch frontend server to Nuxt

This commit is contained in:
Jesse Wierzbinski 2024-04-09 01:14:53 -10:00
parent 9476770cdb
commit dc17cffd75
No known key found for this signature in database
24 changed files with 921 additions and 22 deletions

View file

@ -1,4 +1,7 @@
import { MediaBackendType } from "~packages/media-manager";
export enum MediaBackendType {
LOCAL = "local",
S3 = "s3",
}
export interface Config {
database: {