Skip to content

Commit

Permalink
add missing deps to vite prod
Browse files Browse the repository at this point in the history
  • Loading branch information
dskvr committed Dec 17, 2024
1 parent b97294f commit bd08141
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions apps/gui/vite.production.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
import { defineConfig } from 'vite';
import { sveltekit } from '@sveltejs/kit/vite';
import path from 'path';
import fs from 'fs';
import fetch from 'node-fetch';

function patchSvelteSpeedometer() {
return {
Expand Down

0 comments on commit bd08141

Please sign in to comment.