use the original vite2 default port and bump the min js-sdk to v0.2.1
Some checks failed
basebuild / goreleaser (push) Has been cancelled

This commit is contained in:
Gani Georgiev
2022-07-14 17:09:08 +03:00
parent d129959098
commit 03a7bafa66
11 changed files with 27 additions and 24 deletions

View File

@@ -3,6 +3,9 @@ import { svelte } from '@sveltejs/vite-plugin-svelte';
// see https://vitejs.dev/config
export default defineConfig({
server: {
port: 3000,
},
envPrefix: 'PB',
base: process.env.NODE_ENV === 'production' ? '/_/' : './',
build: {