Skip to content

Commit

Permalink
Dont use js files directly
Browse files Browse the repository at this point in the history
  • Loading branch information
hunter-richardson committed Jul 23, 2024
1 parent 3a64366 commit 1d6eea4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,6 @@ wwwroot

codeql-agent-results

/.vscode
/.vscode

*.js
2 changes: 1 addition & 1 deletion vue.config.js → vue.config.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module.exports = {
publicPath: '/structorVerborum/'
}
};

0 comments on commit 1d6eea4

Please sign in to comment.