Skip to content

Commit

Permalink
remove vite refs
Browse files Browse the repository at this point in the history
  • Loading branch information
GregTCLTK authored and Schlauer-Hax committed Mar 14, 2024
1 parent 4bb071c commit f6c7b94
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
4 changes: 1 addition & 3 deletions .gitignore
@@ -1,4 +1,2 @@
.DS_Store
dist
node_modules
.vite
dist
2 changes: 1 addition & 1 deletion deno.jsonc
Expand Up @@ -2,7 +2,7 @@
"imports": {
"webgen/": "https://raw.githubusercontent.com/lucsoft/WebGen/e7cdd13/",
// "webgen/": "../WebGen/",
"std/": "https://deno.land/std@0.217.0/",
"std/": "https://deno.land/std@0.220.0/",
"shared/": "./pages/shared/"
},
"lock": false,
Expand Down
5 changes: 0 additions & 5 deletions pages/index/main.ts

This file was deleted.

0 comments on commit f6c7b94

Please sign in to comment.