Skip to content

Commit c104803

Browse files
committed
update main.js to use default config
1 parent 3c26792 commit c104803

File tree

7 files changed

+152
-338
lines changed

7 files changed

+152
-338
lines changed

eodash.config.js

+1-8
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,7 @@
11
import { defineConfig } from "@eodash/eodash/config";
2+
23
export default defineConfig({
3-
base: "",
44
dev: {
55
port: 3000,
6-
host: false,
7-
open: false,
86
},
9-
preview: {
10-
host: true,
11-
open: true,
12-
},
13-
cacheDir: ".eodash/temp",
147
});

package-lock.json

+73-73
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/container.js

-43
This file was deleted.

0 commit comments

Comments
 (0)