Skip to content

Commit

Permalink
fix: env
Browse files Browse the repository at this point in the history
  • Loading branch information
SKairinos committed Dec 18, 2024
1 parent 838ed53 commit fe3e499
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 1 deletion.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default defineConfig({
codeforlife: path.resolve(__dirname, "./node_modules/codeforlife/src"),
},
},
envDir: ".env",
envDir: "env",
server: {
open: true,
host: true,
Expand Down

0 comments on commit fe3e499

Please sign in to comment.