inital commit, we are basically identical to master, no 502 bad gateway, but no livereload either, i think cuz of that line we deleted from the nginx config

This commit is contained in:
Me
2022-11-22 02:52:54 +01:00
parent 75fe33693c
commit c646f9b67b

View File

@@ -3,7 +3,7 @@ import App from './App.svelte';
const app = new App({
target: document.body,
props: {
name: 'world'
// name: 'world'
}
});