This commit is contained in:
Tickbase
2025-05-18 21:13:06 +02:00
parent e633524465
commit 3f5e1c3fd7
4 changed files with 9 additions and 10 deletions

View File

@@ -1,6 +1,6 @@
const fs = require('fs')
const path = require('path')
const { execSync } = require('child_process')
import fs from 'node:fs'
import path from 'node:path'
import { execSync } from 'node:child_process'
// Define paths
const rustFilesPath = path.join(__dirname, '..', 'src-tauri')