Skip to content

Commit

Permalink
Develop
Browse files Browse the repository at this point in the history
  • Loading branch information
dsabre committed Nov 10, 2023
1 parent df997da commit ca85390
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 23 deletions.
4 changes: 4 additions & 0 deletions addFunction.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ temp_file_ex=$(mktemp)
echo "Enter example code (press Ctrl+D to finish):"
cat > "$temp_file_ex"

echo
echo "Starting file generation..."
echo

# create function file
pnpm gen-func --name="$fName" || exit $?

Expand Down
1 change: 0 additions & 1 deletion src/router/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ addRoute('downloadFile');
addRoute('makeId');
addRoute('getClonedObject');
addRoute('stripTags');
addRoute('test');
// NEW ROUTES ABOVE THIS LINE (DO NOT REMOVE THIS COMMENT)

// sort routes alphabetically
Expand Down
22 changes: 0 additions & 22 deletions src/views/functions/test.vue

This file was deleted.

0 comments on commit ca85390

Please sign in to comment.