adding freight web and holding

This commit is contained in:
JB
2025-12-24 00:38:53 -05:00
parent 0c8630b8ba
commit f39e9132ad
164 changed files with 5559 additions and 156655 deletions

View 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',
},
});