add the other pieces for the previous commit

This commit is contained in:
2025-05-25 01:18:58 -06:00
parent 3650b55e81
commit 5ae3eca773
4 changed files with 42 additions and 0 deletions

View File

@@ -4,6 +4,12 @@ import path from "path";
export default defineConfig({
plugins: [vue()],
server: {
headers: {
'Cross-Origin-Opener-Policy': 'same-origin',
'Cross-Origin-Embedder-Policy': 'require-corp'
}
},
resolve: {
alias: {
'@': path.resolve(__dirname, './src'),