working version of appRouter

This commit is contained in:
goenning 2023-09-01 10:52:15 +01:00
parent 90317d71d3
commit f4edab87af
21 changed files with 249 additions and 93 deletions

View file

@ -1,7 +1,6 @@
{
"name": "@aptabase/web",
"version": "0.1.3",
"private": false,
"type": "module",
"description": "JavaScript SDK for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps",
"main": "./dist/index.js",
@ -17,7 +16,7 @@
"repository": {
"type": "git",
"url": "git+https://github.com/aptabase/aptabase-js.git",
"directory": "packages/js"
"directory": "packages/web"
},
"bugs": {
"url": "https://github.com/aptabase/aptabase-js/issues"

View file

@ -2,7 +2,6 @@
"compilerOptions": {
"target": "ES5",
"strict": true,
"allowJs": true,
"esModuleInterop": true,
"baseUrl": ".",
"paths": {