first commit
All checks were successful
Deploy Application / deploy (push) Successful in 12s

This commit is contained in:
2025-06-12 00:27:53 +04:00
parent 17ca86c09c
commit b3fc119fff

View File

@ -9,7 +9,7 @@ export default defineConfig({
root: path.resolve(__dirname, '.'), root: path.resolve(__dirname, '.'),
plugins: [vue(), vueDevTools(), tailwindcss()], plugins: [vue(), vueDevTools(), tailwindcss()],
build: { build: {
outDir: '../dist', // Output to Nginx served directory outDir: './dist', // Output to Nginx served directory
emptyOutDir: true, emptyOutDir: true,
}, },
server: { server: {