This commit is contained in:
2025-11-11 10:52:30 +07:00
commit c838b2a979
56 changed files with 4014 additions and 0 deletions

View File

@@ -0,0 +1,10 @@
import { defineConfig } from 'vite';
import { angular } from '@analogjs/vite-plugin-angular';
export default defineConfig({
plugins: [angular()],
server: {
host: '0.0.0.0',
allowedHosts: ['accounting.nuttakit.work'], // 👈 เพิ่มโดเมนของคุณ
},
});