1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-01-07 04:20:05 +00:00

chore: tidied up branch

This commit is contained in:
Trevor Moody
2025-11-22 16:49:28 +00:00
parent a3c5e985f7
commit 824ee6f8da
3 changed files with 53 additions and 33 deletions

View File

@@ -1,5 +1,12 @@
import { defineConfig } from 'vite'
import { nodePolyfills } from 'vite-plugin-node-polyfills'
export default defineConfig({
plugins: [
nodePolyfills({
include: ['buffer']
})
],
build: {
assetsInlineLimit: 0,
assetsDir: ''