full hello world boilerplate
This commit is contained in:
@@ -2,9 +2,7 @@ import App from './ui/App.svelte';
|
|||||||
|
|
||||||
const app = new App({
|
const app = new App({
|
||||||
target: document.body,
|
target: document.body,
|
||||||
props: {
|
props: {},
|
||||||
scene: new PolycubeScene()
|
|
||||||
}
|
|
||||||
});
|
});
|
||||||
|
|
||||||
export default app;
|
export default app;
|
||||||
@@ -5,5 +5,5 @@
|
|||||||
"target": "ESNext"
|
"target": "ESNext"
|
||||||
},
|
},
|
||||||
"include": ["./src/**/*"],
|
"include": ["./src/**/*"],
|
||||||
"exclude": ["./node_modules/*", "./__sapper__/*", "./public/*", "./src/solver/wasm/*"]
|
"exclude": ["./node_modules/*", "./__sapper__/*"]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user