AtCoder-NoviSteps / AtCoderNoviSteps

【非公式】 AtCoder 上の問題について、取組み状況を記録していくサイトです。各問題が細かく難易度付けされており、必要な知識を段階的に習得できます。
https://atcoder-novisteps.vercel.app/
MIT License
34 stars 8 forks source link

ローカルサーバを起動したときにブラウザでUIが表示されるようにしましょう #814

Open KATO-Hiro opened 5 months ago

KATO-Hiro commented 5 months ago

Summary / 概要

Steps to reproduce / 再現方法

  1. xxx
  2. yyy
  3. zzz

environments

Expected behavior / 期待される挙動

Actual behavior / 実際の挙動

Screenshots

Other notes / その他

KATO-Hiro commented 5 months ago

暫定的に以下の方法で表示されるようになりました。

staging環境、production環境で切り替える方法を調べる必要があります。

// vite.config.ts

import { sveltekit } from '@sveltejs/kit/vite';
import { defineConfig } from 'vitest/config';

export default defineConfig({
  plugins: [sveltekit()],
  // 以下のseverに関する設定を追加
  server: {
    host: '0.0.0.0',
    port: 5174,
  },
  test: {
    include: ['src/**/*.{test,spec}.{js,ts}'],
    environment: 'jsdom',
    globals: true,
  },
});
KATO-Hiro commented 4 months ago

https://zenn.dev/onozaty/articles/docker-desktop-portforward-not-working

KATO-Hiro commented 3 weeks ago

https://x.com/i/bookmarks?post_id=1844542324589855151

https://x.com/d151005/status/1844542324589855151/photo/1