new web app dist-file

master
Niko PLP 10 months ago
parent 817d7fa9e4
commit 51f1de5ac3
  1. 2
      ng-app/src/App.svelte

@ -11,7 +11,7 @@
<script lang="ts"> <script lang="ts">
// this line is needed to have the SDK working when compiling for a single file bundle (pnpm webfilebuild) // this line is needed to have the SDK working when compiling for a single file bundle (pnpm webfilebuild)
// import * as api from "ng-sdk-js"; import * as api from "ng-sdk-js";
import { push, default as Router } from "svelte-spa-router"; import { push, default as Router } from "svelte-spa-router";
import { onMount, tick, onDestroy } from "svelte"; import { onMount, tick, onDestroy } from "svelte";
import { import {

Loading…
Cancel
Save