mirror of
https://github.com/FranP-code/create-better-t-stack.git
synced 2025-10-12 23:52:15 +00:00
Add demo link in navbar and fix stack in tech showcase
This commit is contained in:
@@ -36,7 +36,6 @@ export async function installDependencies({
|
||||
|
||||
s.stop("Dependencies installed successfully");
|
||||
|
||||
// Run Biome check if Biome or Husky is enabled
|
||||
if (addons.includes("biome") || addons.includes("husky")) {
|
||||
await runBiomeCheck(projectDir, packageManager);
|
||||
}
|
||||
|
||||
@@ -25,7 +25,6 @@ export async function setupTauri(
|
||||
if (await fs.pathExists(clientPackageJsonPath)) {
|
||||
const packageJson = await fs.readJson(clientPackageJsonPath);
|
||||
|
||||
// Add Tauri scripts
|
||||
packageJson.scripts = {
|
||||
...packageJson.scripts,
|
||||
tauri: "tauri",
|
||||
@@ -36,9 +35,6 @@ export async function setupTauri(
|
||||
await fs.writeJson(clientPackageJsonPath, packageJson, { spaces: 2 });
|
||||
}
|
||||
|
||||
// Initialize Tauri in the client directory
|
||||
// This creates the src-tauri folder structure with necessary config files
|
||||
|
||||
await execa(
|
||||
"npx",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user