1
0
mirror of https://github.com/sasjs/adapter.git synced 2026-04-21 13:11:31 +00:00

fix(ci): use CORS-whitelisted port for sasjs-tests dev server

This commit is contained in:
mulahasanovic
2026-04-06 17:02:29 +02:00
parent 72318ced00
commit 73556c9fdf
3 changed files with 5 additions and 2 deletions
+3
View File
@@ -1,5 +1,8 @@
import { defineConfig } from 'vite'
export default defineConfig({
server: {
port: 3000
},
build: {
assetsInlineLimit: 0,
assetsDir: ''