Skip to content
This repository was archived by the owner on Jun 1, 2025. It is now read-only.

Commit bd19350

Browse files
authored
Cd (#40)
* add asset prefix * set node version to 23 global * quick force fix for CSV and prettier ignore
1 parent 481db2d commit bd19350

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

.prettierignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
node_modules
2+
dist/
3+
.DS_Store
4+
.env.prod
5+
*.local
6+
tmp
7+
.idea/
8+
.settings/
9+
*.sublime-workspace
10+
.vscode/*
11+
!.vscode/settings.json
12+
!.vscode/tasks.json
13+
!.vscode/launch.json
14+
!.vscode/extensions.json
15+
Thumbs.db
16+
logs
17+
*.log
18+
pnpm-lock.yaml

src/formdata.svelte.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const defaultCostModels: { [key: string]: CostModel } = {
4545
},
4646
};
4747

48-
const defaultEnergyflow = await readCSV("/energyflowZoetermeer.csv");
48+
const defaultEnergyflow = await readCSV("/LES/energyflowZoetermeer.csv");
4949

5050
/**
5151
* Default algorithm configurations.

0 commit comments

Comments
 (0)