File tree Expand file tree Collapse file tree 3 files changed +859
-1618
lines changed
Expand file tree Collapse file tree 3 files changed +859
-1618
lines changed Original file line number Diff line number Diff line change 1- import { setTimeout } from 'node:timers/promises'
21import { env } from 'node:process'
2+ import { setTimeout } from 'node:timers/promises'
3+
34import react from '@vitejs/plugin-react'
45import { defineConfig } from 'vite'
56import tsconfigPaths from 'vite-tsconfig-paths'
@@ -27,10 +28,7 @@ export default defineConfig(async ({ command }) => {
2728 }
2829} )
2930
30- const setupEnv = async (
31- endpoint : string ,
32- isBuild : boolean ,
33- ) : Promise < void > => {
31+ const setupEnv = async ( endpoint : string , isBuild : boolean ) : Promise < void > => {
3432 env [ 'SEAM_ENDPOINT' ] ??= endpoint
3533
3634 if ( env [ 'SEAM_PUBLISHABLE_KEY' ] == null ) {
@@ -40,7 +38,7 @@ const setupEnv = async (
4038 `> Using the default publishable key.
4139> Use your own by setting SEAM_PUBLISHABLE_KEY in your environment.
4240> Get one for free at https://console.seam.co/
43- `
41+ ` ,
4442 )
4543 await setTimeout ( 2000 )
4644 }
You can’t perform that action at this time.
0 commit comments