adding freight web and holding
This commit is contained in:
13
packages/freight-web/vite.config.js
Normal file
13
packages/freight-web/vite.config.js
Normal file
@@ -0,0 +1,13 @@
|
||||
import { defineConfig } from 'vite';
|
||||
import tsconfigPaths from 'vite-tsconfig-paths';
|
||||
import { ripple } from '@ripple-ts/vite-plugin';
|
||||
|
||||
export default defineConfig({
|
||||
plugins: [tsconfigPaths(), ripple()],
|
||||
server: {
|
||||
port: 3000,
|
||||
},
|
||||
build: {
|
||||
target: 'esnext',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user