Add logo and rename

This commit is contained in:
2025-11-12 17:16:13 +01:00
parent 584a4a0acd
commit f903e28728
49 changed files with 628 additions and 192 deletions

View File

@ -13,8 +13,8 @@ export default defineConfig({
build: {
lib: {
entry: 'src/main.js', // This will be our main entry point
name: 'ProjectNotesFrontend',
fileName: (format) => `project-notes-frontend.${format}.js`
name: 'PersoNotesFrontend',
fileName: (format) => `personotes-frontend.${format}.js`
},
outDir: '../static/dist', // Output to a new 'dist' folder inside the existing 'static' directory
emptyOutDir: true,