mirror of
https://github.com/jetzig-framework/jetzig.git
synced 2025-05-14 14:06:08 +00:00
Fix database config path
This commit is contained in:
parent
88f1ac46f4
commit
78a9ccaaa4
@ -107,8 +107,8 @@ pub fn run(
|
||||
try copySourceFile(
|
||||
allocator,
|
||||
install_dir,
|
||||
"demo/src/config/database.zig",
|
||||
"src/config/database.zig",
|
||||
"demo/config/database.zig",
|
||||
"config/database.zig",
|
||||
null,
|
||||
);
|
||||
|
||||
|
@ -30,7 +30,7 @@ pub fn initDataModule(build: *std.Build) !*std.Build.Module {
|
||||
"demo/public/zmpl.png",
|
||||
"demo/public/favicon.ico",
|
||||
"demo/public/styles.css",
|
||||
"demo/src/config/database.zig",
|
||||
"demo/config/database.zig",
|
||||
".gitignore",
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user