8000 GitHub - luizcarlos1405/lopy
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

luizcarlos1405/lopy

Repository files navigation

Lopy

Simple and beautiful budgeting app.

Troubleshooting

If you see an error related to the static adapter try replacing the code from node_modules/@sveltejs/adapter-static/index.js with

'use strict';

module.exports = function({ pages = 'build', assets = pages, fallback } = {}) {
  /** @type {import('@sveltejs/kit').Adapter} */
  const adapter = {
    name: '@sveltejs/adapter-static',

    async adapt({ utils }) {
      utils.copy_static_files(assets);
      utils.copy_client_files(assets);

      await utils.prerender({
        fallback,
        all: !fallback,
        dest: pages,
      });
    },
  };

  return adapter;
};

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  
0