Added Cia Scenario Viewer

This commit is contained in:
andrea.terzani
2024-09-27 09:33:49 +02:00
parent 9067b3f617
commit cd485a0475
15 changed files with 1770 additions and 175 deletions

View File

@@ -20,6 +20,7 @@ import '@/assets/tailwind.css';
import { config } from 'md-editor-v3';
config({
editorConfig: {
renderDelay: 0,
@@ -46,7 +47,7 @@ var auth = createAuth({
}
});
axios.defaults.baseURL = import.meta.env.VITE_BACKEND_URL;
axios.defaults.baseURL = 'http://localhost:8081'//import.meta.env.VITE_BACKEND_URL;
const app = createApp(App);