Add About screen, list of recently opened vaults, category filtering

This commit is contained in:
aet
2022-01-02 00:53:57 -05:00
parent 5883adc2c1
commit d8f2cddb74
27 changed files with 1108 additions and 558 deletions

View File

@ -1,11 +1,12 @@
import { defineConfig } from "vite"
import react from "@vitejs/plugin-react"
import yaml from "@rollup/plugin-yaml"
import babel from "./scripts/vite-babel"
// https://vitejs.dev/config/
export default defineConfig({
base: "./",
plugins: [react(), yaml()],
plugins: [babel(), react(), yaml()],
define: {
global: "globalThis",
"process.browser": "true",