mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-07 21:39:48 -06:00
feat(server): serve client directly instead of proxying
This commit is contained in:
@@ -7,7 +7,6 @@ const assets = [ "assets", "stylesheets", "libraries", "fonts", "translations" ]
|
||||
|
||||
export default defineConfig(() => ({
|
||||
root: __dirname,
|
||||
base: "/assets/v0.94.0/app/",
|
||||
cacheDir: '../../node_modules/.vite/apps/client',
|
||||
server: {
|
||||
port: 4200,
|
||||
|
||||
Reference in New Issue
Block a user